Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for TopologySpreadConstraint (0.45 sec)

  1. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	(*v1.Toleration)(nil),                    // 62: k8s.io.api.core.v1.Toleration
    	(*durationpb.Duration)(nil),              // 63: google.protobuf.Duration
    	(*v1.TopologySpreadConstraint)(nil),      // 64: k8s.io.api.core.v1.TopologySpreadConstraint
    	(*v1.VolumeMount)(nil),                   // 65: k8s.io.api.core.v1.VolumeMount
    	(*v1.Volume)(nil),                        // 66: k8s.io.api.core.v1.Volume
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // See: https://kubernetes.io/docs/tutorials/security/seccomp/
      k8s.io.api.core.v1.SeccompProfile seccompProfile = 38;
    
      // The k8s topologySpreadConstraints for the Pilot pods.
      repeated k8s.io.api.core.v1.TopologySpreadConstraint topologySpreadConstraints = 41;
    
      // Additional container arguments for the Pilot container.
      repeated google.protobuf.Struct extraContainerArgs = 42;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K 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. 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)
  6. 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