Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of about 10,000 for default1 (0.21 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. pkg/controller/certificates/signer/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultCSRSigningControllerConfiguration defaults a pointer to a
    // CSRSigningControllerConfiguration 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 09 12:14:55 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  9. pkg/apis/apps/v1beta1/defaults.go

    		}
    		if strategy.RollingUpdate.MaxUnavailable == nil {
    			// Set default MaxUnavailable as 25% by default.
    			maxUnavailable := intstr.FromString("25%")
    			strategy.RollingUpdate.MaxUnavailable = &maxUnavailable
    		}
    		if strategy.RollingUpdate.MaxSurge == nil {
    			// Set default MaxSurge as 25% by default.
    			maxSurge := intstr.FromString("25%")
    			strategy.RollingUpdate.MaxSurge = &maxSurge
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  10. pkg/controller/nodelifecycle/config/v1alpha1/defaults.go

    )
    
    // RecommendedDefaultNodeLifecycleControllerConfiguration defaults a pointer to a
    // NodeLifecycleControllerConfiguration 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 Mar 07 18:11:49 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top