Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for TopologySpreadConstraint (0.47 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	NodeInclusionPolicyHonor NodeInclusionPolicy = "Honor"
    )
    
    // TopologySpreadConstraint specifies how to spread matching pods among the given topology.
    type TopologySpreadConstraint struct {
    	// MaxSkew describes the degree to which pods may be unevenly distributed.
    	// When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    func (TopologySelectorTerm) SwaggerDoc() map[string]string {
    	return map_TopologySelectorTerm
    }
    
    var map_TopologySpreadConstraint = map[string]string{
    	"":                   "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.TopologySpreadConstraint": {
            "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
            "properties": {
              "labelSelector": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - The Kubernetes apiserver now emits a warning message for Pods with a null labelSelector in podAffinity or topologySpreadConstraints. The null labelSelector means "match none". Using it in podAffinity or topologySpreadConstraint could lead to unintended behavior. ([#117025](https://github.com/kubernetes/kubernetes/pull/117025), [@sanposhiho](https://github.com/sanposhiho)) [SIG Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.TopologySpreadConstraint": {
            "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
            "properties": {
              "labelSelector": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.16.md

    * cpuUsageNanoCores is now reported in the Kubelet summary API on Windows nodes ([#80176](https://github.com/kubernetes/kubernetes/pull/80176), [@liyanhui1228](https://github.com/liyanhui1228))
    * `[]TopologySpreadConstraint` is introduced into PodSpec to support the "Even Pods Spread" alpha feature. ([#77327](https://github.com/kubernetes/kubernetes/pull/77327), [@Huang-Wei](https://github.com/Huang-Wei))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.TopologySelectorTerm":                                                               schema_k8sio_api_core_v1_TopologySelectorTerm(ref),
    		"k8s.io/api/core/v1.TopologySpreadConstraint":                                                           schema_k8sio_api_core_v1_TopologySpreadConstraint(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. api/openapi-spec/v3/api__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.TopologySpreadConstraint": {
            "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
            "properties": {
              "labelSelector": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              },
              "type": "array"
            }
          },
          "type": "object",
          "x-kubernetes-map-type": "atomic"
        },
        "io.k8s.api.core.v1.TopologySpreadConstraint": {
          "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
          "properties": {
            "labelSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

              "x-kubernetes-list-type": "atomic"
            }
          },
          "type": "object",
          "x-kubernetes-map-type": "atomic"
        },
        "io.k8s.api.core.v1.TopologySpreadConstraint": {
          "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.",
          "properties": {
            "labelSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top