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