# Functions
AddClusterDefinitionFlag adds a flag "cluster-definition" for the cmd and stores the value of the flag in string p.
AddComponentFlag add flag "component" for cobra.Command and support auto complete for it.
AddComponentsFlag add flag "components" for cobra.Command and support auto complete for it.
BuildFlagsBySchema builds a flag.FlagSet by the given schema, convert the schema key to flag name, and convert the schema type to flag type.
BuildFlagsWithOpenAPISchema builds the flag from openAPIV3Schema properties.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
TmpFlagSet create a tmpFlagSet to handle your custom flags and args.