Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 41 for TopologySpreadConstraint (0.48 sec)

  1. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TopologySpreadConstraint.
    func (in *TopologySpreadConstraint) DeepCopy() *TopologySpreadConstraint {
    	if in == nil {
    		return nil
    	}
    	out := new(TopologySpreadConstraint)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  2. pkg/api/pod/util.go

    		opts.AllowInvalidLabelValueInSelector = hasInvalidLabelValueInAffinitySelector(oldPodSpec)
    		// if old spec has invalid labelSelector in topologySpreadConstraint, we must allow it
    		opts.AllowInvalidTopologySpreadConstraintLabelSelector = hasInvalidTopologySpreadConstraintLabelSelector(oldPodSpec)
    		// if old spec has an invalid projected token volume path, we must allow it
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. staging/src/k8s.io/api/core/v1/generated.pb.go

    var xxx_messageInfo_TopologySelectorTerm proto.InternalMessageInfo
    
    func (m *TopologySpreadConstraint) Reset()      { *m = TopologySpreadConstraint{} }
    func (*TopologySpreadConstraint) ProtoMessage() {}
    func (*TopologySpreadConstraint) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{213}
    }
    func (m *TopologySpreadConstraint) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "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
    - 229.4K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    // on TopologyKey and WhenUnsatisfiable fields.
    func ValidateSpreadConstraintNotRepeat(fldPath *field.Path, constraint core.TopologySpreadConstraint, restingConstraints []core.TopologySpreadConstraint) *field.Error {
    	for _, restingConstraint := range restingConstraints {
    		if constraint.TopologyKey == restingConstraint.TopologyKey &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // A list of topology selector requirements by labels.
      // +optional
      repeated TopologySelectorLabelRequirement matchLabelExpressions = 1;
    }
    
    // TopologySpreadConstraint specifies how to spread matching pods among the given topology.
    message TopologySpreadConstraint {
      // MaxSkew describes the degree to which pods may be unevenly distributed.
      // When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. pkg/apis/core/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
    - 268.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      // +listType=atomic
      repeated TopologySelectorLabelRequirement matchLabelExpressions = 1;
    }
    
    // TopologySpreadConstraint specifies how to spread matching pods among the given topology.
    message TopologySpreadConstraint {
      // 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
    - 280.3K bytes
    - Viewed (0)
Back to top