You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/types/kustomization.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ const (
188
188
deprecatedPatchesJson6902Message="# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead."+" "+deprecatedWarningToRunEditFix
189
189
deprecatedPatchesStrategicMergeMessage="# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead."+" "+deprecatedWarningToRunEditFix
190
190
deprecatedVarsMessage="# Warning: 'vars' is deprecated. Please use 'replacements' instead."+" "+deprecatedWarningToRunEditFixExperimential
191
+
deprecatedCommonLabelsWarningMessage="# Warning: 'commonLabels' is deprecated. Please use 'labels' instead."+" "+deprecatedWarningToRunEditFix
191
192
)
192
193
193
194
// CheckDeprecatedFields check deprecated field is used or not.
0 commit comments