Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AEnd = "" BEnd = "" MTU = links.DefaultLinkMTU )
View Source
var CACmd = &cobra.Command{
Use: "ca",
Short: "certificate authority operations",
}
View Source
var CACreateCmd = &cobra.Command{
Use: "create",
Short: "create ca certificate and key",
RunE: createCA,
}
Functions ¶
Types ¶
type APIServerListItem ¶ added in v0.68.0
type APIServerListItem struct {
Name string `json:"name"`
State string `json:"state"`
Host string `json:"host"`
Port int `json:"port"`
LabsDir string `json:"labs_dir"`
Runtime string `json:"runtime"`
Owner string `json:"owner"`
}
APIServerListItem defines the structure for API server container info in JSON output
type APIServerNode ¶ added in v0.68.0
type APIServerNode struct {
// contains filtered or unexported fields
}
APIServerNode implements runtime.Node interface for API server containers
func NewAPIServerNode ¶ added in v0.68.0
func (*APIServerNode) Config ¶ added in v0.68.0
func (n *APIServerNode) Config() *types.NodeConfig
func (*APIServerNode) GetEndpoints ¶ added in v0.68.0
func (n *APIServerNode) GetEndpoints() []links.Endpoint
GetEndpoints implementation for the Node interface
type SSHXListItem ¶ added in v0.68.0
type SSHXListItem struct {
Name string `json:"name"`
Network string `json:"network"`
State string `json:"state"`
IPv4Address string `json:"ipv4_address"`
Link string `json:"link"`
Owner string `json:"owner"`
}
SSHXListItem defines the structure for SSHX container info in JSON output
type SSHXNode ¶ added in v0.68.0
type SSHXNode struct {
// contains filtered or unexported fields
}
SSHXNode implements runtime.Node interface for SSHX containers
func NewSSHXNode ¶ added in v0.68.0
func NewSSHXNode(name, image, network string, enableReaders bool, labels map[string]string, mountSSH bool) *SSHXNode
NewSSHXNode creates a new SSHX node configuration
func (*SSHXNode) Config ¶ added in v0.68.0
func (n *SSHXNode) Config() *types.NodeConfig
func (*SSHXNode) GetEndpoints ¶ added in v0.68.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.