Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BestEffort (0.1 sec)

  1. pkg/apis/core/types.go

    	PodQOSGuaranteed PodQOSClass = "Guaranteed"
    	// PodQOSBurstable is the Burstable qos class.
    	PodQOSBurstable PodQOSClass = "Burstable"
    	// PodQOSBestEffort is the BestEffort qos class.
    	PodQOSBestEffort PodQOSClass = "BestEffort"
    )
    
    // PodDNSConfig defines the DNS parameters of a pod in addition to
    // those generated from DNSPolicy.
    type PodDNSConfig struct {
    	// A list of DNS name server IP addresses.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	PodQOSGuaranteed PodQOSClass = "Guaranteed"
    	// PodQOSBurstable is the Burstable qos class.
    	PodQOSBurstable PodQOSClass = "Burstable"
    	// PodQOSBestEffort is the BestEffort qos class.
    	PodQOSBestEffort PodQOSClass = "BestEffort"
    )
    
    // PodDNSConfig defines the DNS parameters of a pod in addition to
    // those generated from DNSPolicy.
    type PodDNSConfig struct {
    	// A list of DNS name server IP addresses.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top