Documentation
¶
Overview ¶
Package namespace provides the command to get namespace information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCommandExecutionFailed = errors.New("command execution failed")
ErrCommandExecutionFailed is returned when the command execution fails.
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new namespace command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
// contains filtered or unexported fields
}
CommandOptions contains the options for the namespace command.
func (*CommandOptions) Get ¶
func (opt *CommandOptions) Get( cmd *cobra.Command, names []string, ) error
Get retrieves namespace(s) by name.
func (*CommandOptions) List ¶
func (opt *CommandOptions) List(cmd *cobra.Command) error
List retrieves the list of namespaces.
type ItemForCLI ¶
type ItemForCLI struct {
Name string `short:"Name" text:"Name"`
CreatedAt string `short:"Created At" text:"Created At"`
}
ItemForCLI is a struct for namespace display.
Click to show internal directories.
Click to hide internal directories.