Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 8,423 for default_ (0.18 sec)

  1. 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)
  2. pkg/controller/replication/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultReplicationControllerConfiguration defaults a pointer to a
    // ReplicationControllerConfiguration 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/ttlafterfinished/config/v1alpha1/defaults.go

    // RecommendedDefaultTTLAfterFinishedControllerConfiguration defaults a pointer to a
    // TTLAfterFinishedControllerConfiguration 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)
  4. pkg/controller/statefulset/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultStatefulSetControllerConfiguration defaults a pointer to a
    // StatefulSetControllerConfiguration 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 Aug 01 05:36:14 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  5. pkg/controller/job/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultJobControllerConfiguration defaults a pointer to a
    // JobControllerConfiguration 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.5K bytes
    - Viewed (0)
  6. pkg/controller/cronjob/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultCronJobControllerConfiguration defaults a pointer to a
    // CronJobControllerConfiguration 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: Tue Nov 10 22:32:06 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  7. pkg/controller/deployment/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultDeploymentControllerConfiguration defaults a pointer to a
    // DeploymentControllerConfiguration 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 Mar 30 12:00:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top