We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88c89f4 + 77354d7 commit cb432b0Copy full SHA for cb432b0
api/types/kustomization.go
@@ -55,6 +55,7 @@ type Kustomization struct {
55
// Namespace to add to all objects.
56
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
57
58
+ // Deprecated: Use the Labels field instead, which provides a superset of the functionality of CommonLabels.
59
// CommonLabels to add to all objects and selectors.
60
CommonLabels map[string]string `json:"commonLabels,omitempty" yaml:"commonLabels,omitempty"`
61
0 commit comments