Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,586 for Defaults (0.13 sec)

  1. 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)
  2. 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)
  3. pkg/proxy/apis/config/v1alpha1/defaults.go

    		obj.ClientConnection.Burst = 10
    	}
    	if obj.FeatureGates == nil {
    		obj.FeatureGates = make(map[string]bool)
    	}
    	// Use the Default LoggingConfiguration option
    	logsapi.SetRecommendedLoggingConfiguration(&obj.Logging)
    }
    
    // getDefaultAddresses returns default address of healthz and metrics server
    // based on the given bind address. IPv6 addresses are enclosed in square
    // brackets for appending port.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:33:53 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1/defaults.go

    Dejan Zele Pejchev <******@****.***> 1697057500 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 11 20:51:40 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/defaults.go

    Jordan Liggitt <******@****.***> 1709362589 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 07:00:31 UTC 2024
    - 986 bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta1/defaults.go

    limitations under the License.
    */
    
    package v1beta1
    
    import (
    	"k8s.io/api/flowcontrol/v1beta1"
    )
    
    // 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)
  7. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/defaults.go

    Nabarun Pal <******@****.***> 1694699369 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 18 06:03:17 UTC 2023
    - 987 bytes
    - Viewed (0)
  8. pkg/apis/admissionregistration/v1/zz_generated.defaults.go

    cici37 <******@****.***> 1706749224 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/v1beta1/zz_generated.defaults.go

    Mike Spreitzer <******@****.***> 1689296406 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. pkg/apis/storagemigration/v1alpha1/zz_generated.defaults.go

    Nilekh Chaudhari <******@****.***> 1696969388 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 1013 bytes
    - Viewed (0)
Back to top