plugin

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

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

type KnetService

type KnetService interface {
	Complete(cmd *cobra.Command, args []string) error
	Validate() error
	Run() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL