Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2023 Changes in this version + type ConfigService struct + DebugConsole bool + func NewConfigService() *ConfigService + func (c *ConfigService) Complete(cmd *cobra.Command, args []string) error + func (c *ConfigService) Run() error + func (c *ConfigService) Validate() error + type DeleteService struct + func NewDeleteService() *DeleteService + func (d *DeleteService) Complete(cmd *cobra.Command, args []string) error + func (d *DeleteService) Run() error + type DeployService struct + func NewDeployService() *DeployService + func (d *DeployService) Complete(cmd *cobra.Command, args []string) error + func (d *DeployService) Run() error + func (d *DeployService) Validate() error + type ExecService struct + UserSpecifiedNamespace string + UserSpecifiedPodName string + func NewExecService() *ExecService + func (e *ExecService) Complete(cmd *cobra.Command, args []string) error + func (e *ExecService) Run() error + func (e *ExecService) Validate() error + type KnetService interface + Complete func(cmd *cobra.Command, args []string) error + Run func() error + Validate func() error