Merge pull request #108717 from lavalamp/remove-clustername

Remove ClusterName
This commit is contained in:
Kubernetes Prow Robot
2022-03-23 22:31:33 -07:00
committed by GitHub
179 changed files with 335 additions and 1306 deletions

View File

@@ -44966,7 +44966,7 @@ func schema_pkg_apis_meta_v1_ObjectMeta(ref common.ReferenceCallback) common.Ope
},
"clusterName": {
SchemaProps: spec.SchemaProps{
Description: "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.",
Description: "Deprecated: ClusterName is a legacy field that was always cleared by the system and never used; it will be removed completely in 1.25.\n\nThe name in the go struct is changed to help clients detect accidental use.",
Type: []string{"string"},
Format: "",
},