mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
delete the unused function in kubectl
This commit is contained in:
parent
e823c473b9
commit
44e2e7a906
@ -368,13 +368,3 @@ func deprecatedAlias(deprecatedVersion string, cmd *cobra.Command) *cobra.Comman
|
|||||||
cmd.Hidden = true
|
cmd.Hidden = true
|
||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
// deprecated is similar to deprecatedAlias, but it is used for deprecations
|
|
||||||
// that are not simple aliases; this command is actually a different
|
|
||||||
// (deprecated) codepath.
|
|
||||||
func deprecated(baseName, to string, parent, cmd *cobra.Command) string {
|
|
||||||
cmd.Long = fmt.Sprintf("Deprecated: all functionality can be found in \"%s %s\"", baseName, to)
|
|
||||||
cmd.Short = fmt.Sprintf("Deprecated: use %s", to)
|
|
||||||
parent.AddCommand(cmd)
|
|
||||||
return cmd.Name()
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user