Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for MatchLabelKeysInPodTopologySpread (0.4 sec)

  1. pkg/apis/core/types.go

    	// Keys that don't exist in the incoming pod labels will
    	// be ignored. A null or empty list means only match against labelSelector.
    	//
    	// This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
    	// +listType=atomic
    	// +optional
    	MatchLabelKeys []string
    }
    
    // These are the built-in errors for PortStatus.
    const (
    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_swagger_doc_generated.go

    }
    
    func (TopologySpreadConstraint) SwaggerDoc() map[string]string {
    	return map_TopologySpreadConstraint
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      // Keys that don't exist in the incoming pod labels will
      // be ignored. A null or empty list means only match against labelSelector.
      //
      // This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
      // +listType=atomic
      // +optional
      repeated string matchLabelKeys = 8;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// Keys that don't exist in the incoming pod labels will
    	// be ignored. A null or empty list means only match against labelSelector.
    	//
    	// This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
    	// +listType=atomic
    	// +optional
    	MatchLabelKeys []string `json:"matchLabelKeys,omitempty" protobuf:"bytes,8,opt,name=matchLabelKeys"`
    }
    
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top