Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for topologySpreadConstraint (0.32 sec)

  1. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			config: config.PodTopologySpreadArgs{
    				DefaultConstraints: []v1.TopologySpreadConstraint{
    					{
    						MaxSkew:           2,
    						TopologyKey:       "planet",
    						WhenUnsatisfiable: v1.ScheduleAnyway,
    					},
    				},
    				DefaultingType: config.ListDefaulting,
    			},
    			nodes: []*v1.Node{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/strategy_test.go

    		ignore           = api.NodeInclusionPolicyIgnore
    		emptyConstraints = []api.TopologySpreadConstraint{
    			{
    				WhenUnsatisfiable: api.DoNotSchedule,
    				TopologyKey:       "kubernetes.io/hostname",
    				MaxSkew:           1,
    			},
    		}
    		defaultConstraints = []api.TopologySpreadConstraint{
    			{
    				NodeAffinityPolicy: &honor,
    				NodeTaintsPolicy:   &ignore,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  3. 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)
Back to top