Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,800 for _default_ (0.34 sec)

  1. pkg/controller/endpointslice/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultEndpointSliceControllerConfiguration defaults a pointer to
    // a EndpointSliceControllerConfiguration 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 embedded configs. Forcing consumers to use these defaults
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 29 04:13:27 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  2. pkg/controller/podgc/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultPodGCControllerConfiguration defaults a pointer to a
    // PodGCControllerConfiguration 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: Sat Mar 02 04:54:33 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  3. pkg/controller/volume/ephemeral/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultEphemeralVolumeControllerConfiguration defaults a pointer to a
    // EphemeralVolumeControllerConfiguration 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 Jul 25 13:36:57 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta3/defaults.go

    )
    
    const (
    	// DefaultServiceDNSDomain defines default cluster-internal domain name for Services and Pods
    	DefaultServiceDNSDomain = "cluster.local"
    	// DefaultServicesSubnet defines default service subnet range
    	DefaultServicesSubnet = "10.96.0.0/12"
    	// DefaultClusterDNSIP defines default DNS IP
    	DefaultClusterDNSIP = "10.96.0.10"
    	// DefaultKubernetesVersion defines default kubernetes version
    	DefaultKubernetesVersion = "stable-1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/apis/kubeadm/v1beta4/defaults.go

    )
    
    const (
    	// DefaultServiceDNSDomain defines default cluster-internal domain name for Services and Pods
    	DefaultServiceDNSDomain = "cluster.local"
    	// DefaultServicesSubnet defines default service subnet range
    	DefaultServicesSubnet = "10.96.0.0/12"
    	// DefaultClusterDNSIP defines default DNS IP
    	DefaultClusterDNSIP = "10.96.0.10"
    	// DefaultKubernetesVersion defines default kubernetes version
    	DefaultKubernetesVersion = "stable-1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 08:34:39 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/base/Defaults.java

    import javax.annotation.CheckForNull;
    
    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultAttachDetachControllerConfiguration defaults a pointer to a
    // AttachDetachControllerConfiguration 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: Sat Mar 02 04:54:33 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  10. guava/src/com/google/common/base/Defaults.java

    import javax.annotation.CheckForNull;
    
    /**
     * This class provides default values for all Java types, as defined by the JLS.
     *
     * @author Ben Yu
     * @since 1.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    @ElementTypesAreNonnullByDefault
    public final class Defaults {
      private Defaults() {}
    
      private static final Double DOUBLE_DEFAULT = 0d;
      private static final Float FLOAT_DEFAULT = 0f;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 15:09:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top