Merge pull request #96736 from andrewsykim/deprecate-topology-keys

core/v1: deprecate Service topologyKeys
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 18:36:22 -08:00
committed by GitHub
5 changed files with 5 additions and 2 deletions

View File

@@ -3706,6 +3706,7 @@ type ServiceSpec struct {
// value, if used, only makes sense as the last value in the list.
// If this is not specified or empty, no topology constraints will be applied.
// This field is alpha-level and is only honored by servers that enable the ServiceTopology feature.
// This field is deprecated and will be removed in a future version.
// +optional
TopologyKeys []string