optionally ignore preferred terms of existing pods unless incoming pod
has inter-pod affinities
This commit is contained in:
27
pkg/generated/openapi/zz_generated.openapi.go
generated
27
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -54133,7 +54133,16 @@ func schema_k8sio_kube_scheduler_config_v1_InterPodAffinityArgs(ref common.Refer
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"ignorePreferredTermsOfExistingPods": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "IgnorePreferredTermsOfExistingPods configures the scheduler to ignore existing pods' preferred affinity rules when scoring candidate nodes, unless the incoming pod has inter-pod affinities.",
|
||||
Default: false,
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
Required: []string{"ignorePreferredTermsOfExistingPods"},
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -55237,7 +55246,16 @@ func schema_k8sio_kube_scheduler_config_v1beta2_InterPodAffinityArgs(ref common.
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"ignorePreferredTermsOfExistingPods": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "IgnorePreferredTermsOfExistingPods configures the scheduler to ignore existing pods' preferred affinity rules when scoring candidate nodes, unless the incoming pod has inter-pod affinities.",
|
||||
Default: false,
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
Required: []string{"ignorePreferredTermsOfExistingPods"},
|
||||
},
|
||||
},
|
||||
}
|
||||
@@ -56348,7 +56366,16 @@ func schema_k8sio_kube_scheduler_config_v1beta3_InterPodAffinityArgs(ref common.
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"ignorePreferredTermsOfExistingPods": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "IgnorePreferredTermsOfExistingPods configures the scheduler to ignore existing pods' preferred affinity rules when scoring candidate nodes, unless the incoming pod has inter-pod affinities.",
|
||||
Default: false,
|
||||
Type: []string{"boolean"},
|
||||
Format: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
Required: []string{"ignorePreferredTermsOfExistingPods"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user