Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 6,122 for default1 (0.1 sec)

  1. cmd/kubeadm/app/apis/bootstraptoken/v1/defaults.go

    )
    
    const (
    	// DefaultTokenDuration specifies the default amount of time that a bootstrap token will be valid
    	// Default behaviour is 24 hours
    	DefaultTokenDuration = 24 * time.Hour
    )
    
    var (
    	// DefaultTokenUsages specifies the default functions a token will get
    	DefaultTokenUsages = bootstrapapi.KnownTokenUsages
    
    	// DefaultTokenGroups specifies the default groups that this token will authenticate as when used for authentication
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 21 10:34:21 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. 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)
  3. pkg/controller/endpointslicemirroring/config/v1alpha1/defaults.go

    // pointer to a EndpointSliceMirroringControllerConfiguration 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:33 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  4. pkg/controller/replicaset/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultReplicaSetControllerConfiguration defaults a pointer to a
    // ReplicaSetControllerConfiguration 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)
  5. 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)
  6. pkg/controller/daemon/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultDaemonSetControllerConfiguration defaults a pointer to a
    // DaemonSetControllerConfiguration 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)
  7. pkg/controller/endpoint/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultEndpointControllerConfiguration defaults a pointer to a
    // EndpointControllerConfiguration 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)
  8. pkg/controller/garbagecollector/config/v1alpha1/defaults.go

    // RecommendedDefaultGarbageCollectorControllerConfiguration defaults a pointer to a
    // GarbageCollectorControllerConfiguration 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: Wed Nov 23 15:40:23 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  9. pkg/controller/namespace/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultNamespaceControllerConfiguration defaults a pointer to a
    // NamespaceControllerConfiguration 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.8K bytes
    - Viewed (0)
  10. pkg/controller/serviceaccount/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultSAControllerConfiguration defaults a pointer to a
    // SAControllerConfiguration 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: Wed May 24 23:20:17 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top