Deprecate --generator flag from kubectl create commands
Kubernetes-commit: be6ac856f13b994251b3c8e54b2251cf75c6847d
This commit is contained in:
parent
4f522ad60b
commit
e576e735d4
|
@ -452,6 +452,7 @@ func AddApplyAnnotationVarFlags(cmd *cobra.Command, applyAnnotation *bool) {
|
||||||
// TODO: need to take a pass at other generator commands to use this set of flags
|
// TODO: need to take a pass at other generator commands to use this set of flags
|
||||||
func AddGeneratorFlags(cmd *cobra.Command, defaultGenerator string) {
|
func AddGeneratorFlags(cmd *cobra.Command, defaultGenerator string) {
|
||||||
cmd.Flags().String("generator", defaultGenerator, "The name of the API generator to use.")
|
cmd.Flags().String("generator", defaultGenerator, "The name of the API generator to use.")
|
||||||
|
cmd.Flags().MarkDeprecated("generator", "has no effect and will be removed in the future.")
|
||||||
AddDryRunFlag(cmd)
|
AddDryRunFlag(cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue