Documentation
¶
Overview ¶
Package rolebinding implements the 'opampctl get rolebinding' command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCommandExecutionFailed is returned when the command execution fails. ErrCommandExecutionFailed = errors.New("command execution failed") )
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new get rolebinding command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
// contains filtered or unexported fields
}
CommandOptions contains the options for the get rolebinding command.
Click to show internal directories.
Click to hide internal directories.