Documentation
¶
Index ¶
- type GCPCommandProvider
- func (*GCPCommandProvider) GetAliases() []internal.CommandAlias
- func (*GCPCommandProvider) GetCommand() *cobra.Command
- func (*GCPCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
- func (*GCPCommandProvider) GetFlagsBuilder() flags.Builder
- func (*GCPCommandProvider) GetGroup() string
- func (*GCPCommandProvider) GetName() string
- func (*GCPCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
- func (*GCPCommandProvider) IsExperimental() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCPCommandProvider ¶
type GCPCommandProvider struct{}
GCPCommandProvider registers the gcp command.
func (*GCPCommandProvider) GetAliases ¶
func (*GCPCommandProvider) GetAliases() []internal.CommandAlias
GetAliases reports that the command has no aliases.
func (*GCPCommandProvider) GetCommand ¶
func (*GCPCommandProvider) GetCommand() *cobra.Command
GetCommand returns the root GCP command.
func (*GCPCommandProvider) GetCompatibilityFlags ¶
func (*GCPCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
GetCompatibilityFlags reports that the command has no compatibility flags.
func (*GCPCommandProvider) GetFlagsBuilder ¶
func (*GCPCommandProvider) GetFlagsBuilder() flags.Builder
GetFlagsBuilder reports that the command has no shared flag builder.
func (*GCPCommandProvider) GetGroup ¶
func (*GCPCommandProvider) GetGroup() string
GetGroup returns the command group.
func (*GCPCommandProvider) GetName ¶
func (*GCPCommandProvider) GetName() string
GetName returns the command name.
func (*GCPCommandProvider) GetPositionalArgsBuilder ¶
func (*GCPCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
GetPositionalArgsBuilder reports that the command has no positional arguments.
func (*GCPCommandProvider) IsExperimental ¶
func (*GCPCommandProvider) IsExperimental() bool
IsExperimental reports that the command is stable.
Click to show internal directories.
Click to hide internal directories.