Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ConfigService struct { DebugConsole bool // contains filtered or unexported fields }
func NewConfigService ¶
func NewConfigService() *ConfigService
func (*ConfigService) Complete ¶
func (c *ConfigService) Complete(cmd *cobra.Command, args []string) error
func (*ConfigService) Run ¶
func (c *ConfigService) Run() error
func (*ConfigService) Validate ¶
func (c *ConfigService) Validate() error
type DeleteService ¶
type DeleteService struct {
// contains filtered or unexported fields
}
func NewDeleteService ¶
func NewDeleteService() *DeleteService
func (*DeleteService) Complete ¶
func (d *DeleteService) Complete(cmd *cobra.Command, args []string) error
func (*DeleteService) Run ¶
func (d *DeleteService) Run() error
type DeployService ¶
type DeployService struct {
// contains filtered or unexported fields
}
func NewDeployService ¶
func NewDeployService() *DeployService
func (*DeployService) Complete ¶
func (d *DeployService) Complete(cmd *cobra.Command, args []string) error
func (*DeployService) Run ¶
func (d *DeployService) Run() error
func (*DeployService) Validate ¶
func (d *DeployService) Validate() error
type ExecService ¶
type ExecService struct { UserSpecifiedNamespace string UserSpecifiedPodName string // contains filtered or unexported fields }
func NewExecService ¶
func NewExecService() *ExecService
func (*ExecService) Complete ¶
func (e *ExecService) Complete(cmd *cobra.Command, args []string) error
func (*ExecService) Run ¶
func (e *ExecService) Run() error
func (*ExecService) Validate ¶
func (e *ExecService) Validate() error
Click to show internal directories.
Click to hide internal directories.