Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 7,063 for default1 (0.21 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta3/defaults.go

    	DefaultAPIBindPort = 6443
    	// DefaultCertificatesDir defines default certificate directory
    	DefaultCertificatesDir = "/etc/kubernetes/pki"
    	// DefaultImageRepository defines default image registry
    	// (previously this defaulted to k8s.gcr.io)
    	DefaultImageRepository = "registry.k8s.io"
    	// DefaultManifestsDir defines default manifests directory
    	DefaultManifestsDir = "/etc/kubernetes/manifests"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/config/v1alpha1/defaults.go

    // RecommendedDefaultPersistentVolumeBinderControllerConfiguration defaults a pointer to a
    // PersistentVolumeBinderControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/v1beta1/defaults.go

    }
    
    // SetDefaults_ValidatingAdmissionPolicySpec sets defaults for ValidatingAdmissionPolicySpec
    func SetDefaults_ValidatingAdmissionPolicySpec(obj *admissionregistrationv1beta1.ValidatingAdmissionPolicySpec) {
    	if obj.FailurePolicy == nil {
    		policy := admissionregistrationv1beta1.Fail
    		obj.FailurePolicy = &policy
    	}
    }
    
    // SetDefaults_MatchResources sets defaults for MatchResources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 20:24:09 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  4. pkg/controller/apis/config/v1alpha1/defaults.go

    }
    
    func SetDefaults_KubeControllerManagerConfiguration(obj *kubectrlmgrconfigv1alpha1.KubeControllerManagerConfiguration) {
    	// These defaults override the recommended defaults from the componentbaseconfigv1alpha1 package that are applied automatically
    	// These client-connection defaults are specific to the kube-controller-manager
    	if obj.Generic.ClientConnection.QPS == 0.0 {
    		obj.Generic.ClientConnection.QPS = 20.0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 04 07:55:11 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/defaults.go

    	DefaultAPIBindPort = 6443
    	// DefaultCertificatesDir defines default certificate directory
    	DefaultCertificatesDir = "/etc/kubernetes/pki"
    	// DefaultImageRepository defines default image registry
    	// (previously this defaulted to k8s.gcr.io)
    	DefaultImageRepository = "registry.k8s.io"
    	// DefaultManifestsDir defines default manifests directory
    	DefaultManifestsDir = "/etc/kubernetes/manifests"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. pkg/controller/validatingadmissionpolicystatus/config/v1alpha1/defaults.go

    // ValidatingAdmissionPolicyStatusControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 13 20:41:50 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. pkg/apis/core/v1/defaults.go

    				obj.Default[key] = value.DeepCopy()
    			}
    		}
    		// If a default limit is specified, but the default request is not, default request to limit
    		for key, value := range obj.Default {
    			if _, exists := obj.DefaultRequest[key]; !exists {
    				obj.DefaultRequest[key] = value.DeepCopy()
    			}
    		}
    		// If a default request is not specified, but the min is provided, default request to the min
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 22:24:15 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. pkg/controller/podautoscaler/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultHPAControllerConfiguration defaults a pointer to a
    // HPAControllerConfiguration struct. This will set the recommended default
    // values, but they may be subject to change between API versions. This function
    // is intentionally not registered in the scheme as a "normal" `SetDefaults_Foo`
    // function to allow consumers of this type to set whatever defaults for their
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 19 09:49:23 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/model/Defaults.java

    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * Denotes that the {@link RuleSource} method rule carrying this annotation initializes the rule subject with default values.
     * <p>
     * Default rules execute first for a given subject, just after the subject has been created but before {@link Model} rules and {@link Mutate} rules.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. pkg/scheduler/apis/config/v1/defaults.go

    			continue
    		}
    		scheme.Default(args)
    		args.GetObjectKind().SetGroupVersionKind(gvk)
    		prof.PluginConfig = append(prof.PluginConfig, configv1.PluginConfig{
    			Name: name,
    			Args: runtime.RawExtension{Object: args},
    		})
    	}
    }
    
    // SetDefaults_KubeSchedulerConfiguration sets additional defaults
    func SetDefaults_KubeSchedulerConfiguration(obj *configv1.KubeSchedulerConfiguration) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top