kubeedge

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EdgeNode

type EdgeNode struct {
	Name     string
	IP       string
	Port     uint32
	UserName string
	Password string
}

type JoinArgs

type JoinArgs struct {
	Cluster          string
	CloudCoreAddress string
	EdgeNode         EdgeNode
	CertPath         string
	CertPort         string
	CGroupDriver     string
	Labels           []string
}

type JoinPlugin

type JoinPlugin struct {
	*client.Client
	// contains filtered or unexported fields
}

func NewJoinPlugin

func NewJoinPlugin(opts *generic.Options, args *JoinArgs) (*JoinPlugin, error)

func (*JoinPlugin) Execute

func (p *JoinPlugin) Execute(cmdArgs, environment []string) error

Execute receives an executable's filepath, a slice of arguments, and a slice of environment variables to relay to the executable.

Jump to

Keyboard shortcuts

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