Skip to content

Commit

Permalink
Add warningToRunEditFix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ncapps committed Nov 28, 2023
1 parent f2dfc11 commit ddab197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/types/kustomization.go
Expand Up @@ -188,7 +188,7 @@ const (
deprecatedPatchesJson6902Message = "# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead." + " " + deprecatedWarningToRunEditFix
deprecatedPatchesStrategicMergeMessage = "# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead." + " " + deprecatedWarningToRunEditFix
deprecatedVarsMessage = "# Warning: 'vars' is deprecated. Please use 'replacements' instead." + " " + deprecatedWarningToRunEditFixExperimential
deprecatedCommonLabelsWarningMessage = "# Warning: 'commonLabels' is deprecated. Please use 'labels' instead."
deprecatedCommonLabelsWarningMessage = "# Warning: 'commonLabels' is deprecated. Please use 'labels' instead." + " " + deprecatedWarningToRunEditFix
)

// CheckDeprecatedFields check deprecated field is used or not.
Expand Down

0 comments on commit ddab197

Please sign in to comment.