Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 6,623 for Defaults (0.08 sec)

  1. pkg/apis/flowcontrol/v1beta2/defaults.go

    limitations under the License.
    */
    
    package v1beta2
    
    import (
    	"k8s.io/api/flowcontrol/v1beta2"
    )
    
    // Default settings for flow-schema
    const (
    	FlowSchemaDefaultMatchingPrecedence int32 = 1000
    )
    
    // Default settings for priority-level-configuration
    const (
    	PriorityLevelConfigurationDefaultHandSize                 int32 = 8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 00:47:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  2. pkg/apis/flowcontrol/v1/defaults.go

    limitations under the License.
    */
    
    package v1
    
    import (
    	v1 "k8s.io/api/flowcontrol/v1"
    	"k8s.io/utils/ptr"
    )
    
    // Default settings for flow-schema
    const (
    	FlowSchemaDefaultMatchingPrecedence int32 = 1000
    )
    
    // Default settings for priority-level-configuration
    const (
    	PriorityLevelConfigurationDefaultHandSize                 int32 = 8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. pkg/kubelet/apis/config/v1beta1/defaults.go

    	}
    	if obj.ImageMinimumGCAge == zeroDuration {
    		obj.ImageMinimumGCAge = metav1.Duration{Duration: 2 * time.Minute}
    	}
    	if obj.ImageGCHighThresholdPercent == nil {
    		// default is below docker's default dm.min_free_space of 90%
    		obj.ImageGCHighThresholdPercent = utilpointer.Int32(85)
    	}
    	if obj.ImageGCLowThresholdPercent == nil {
    		obj.ImageGCLowThresholdPercent = utilpointer.Int32(80)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 17:55:59 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  4. pkg/apis/autoscaling/v2/defaults.go

    func SetDefaults_HorizontalPodAutoscalerBehavior(obj *autoscalingv2.HorizontalPodAutoscaler) {
    	// if behavior is specified, we should fill all the 'nil' values with the default ones
    	if obj.Spec.Behavior != nil {
    		obj.Spec.Behavior.ScaleUp = GenerateHPAScaleUpRules(obj.Spec.Behavior.ScaleUp)
    		obj.Spec.Behavior.ScaleDown = GenerateHPAScaleDownRules(obj.Spec.Behavior.ScaleDown)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  5. pkg/apis/authentication/v1beta1/defaults.go

    Jordan Liggitt <******@****.***> 1489179787 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 17:36:15 UTC 2017
    - 726 bytes
    - Viewed (0)
  6. pkg/apis/discovery/v1beta1/defaults.go

    Rob Scott <******@****.***> 1572040750 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 13 22:20:19 UTC 2019
    - 1K bytes
    - Viewed (0)
  7. pkg/apis/certificates/v1alpha1/defaults.go

    Taahir Ahmed <******@****.***> 1667589625 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:18 UTC 2023
    - 722 bytes
    - Viewed (0)
  8. pkg/apis/networking/v1alpha1/defaults.go

    Sarvesh Rangnekar <******@****.***> 1659147403 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 05 00:54:00 UTC 2022
    - 727 bytes
    - Viewed (0)
  9. pkg/apis/rbac/v1/defaults.go

    Jordan Liggitt <******@****.***> 1501079803 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 21:04:54 UTC 2017
    - 1.3K bytes
    - Viewed (0)
  10. pkg/apis/resource/v1alpha2/defaults.go

    Patrick Ohly <******@****.***> 1678103038 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 933 bytes
    - Viewed (0)
Back to top