plugin

package
v0.0.0-...-8fa18d5 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0 Imports: 19 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
	// contains filtered or unexported methods
}

type Tcpdump

type Tcpdump struct {
	UserSpecifiedNamespace string
	UserSpecifiedPodsName  []string
	UserSpecifiedPods      map[string]*v1.Pod
}

func NewTcpdumpConfig

func NewTcpdumpConfig() *Tcpdump

type TcpdumpService

type TcpdumpService struct {
	Config *Tcpdump
	// contains filtered or unexported fields
}

func NewTcpdumpService

func NewTcpdumpService(tcpdump *Tcpdump) *TcpdumpService

func (*TcpdumpService) Complete

func (t *TcpdumpService) Complete(cmd *cobra.Command, args []string) error

func (*TcpdumpService) Run

func (t *TcpdumpService) Run() error

func (*TcpdumpService) Validate

func (t *TcpdumpService) Validate() error

Jump to

Keyboard shortcuts

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