Documentation ¶
Index ¶
- func BuildRoot() *cobra.Command
- func Execute()
- func NewCommandCmd() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewStartCmd() *cobra.Command
- func NewStatusCmd() *cobra.Command
- func NewStopCmd() *cobra.Command
- type CommandCmd
- type CreateCmd
- type DeleteCmd
- type InitCmd
- type InstanceStatus
- type InstanceStatusAccessConfig
- type InstanceStatusNetworkInterface
- type StartCmd
- type StatusCmd
- type StopCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstanceStatus ¶
type InstanceStatus struct { NetworkInterfaces []InstanceStatusNetworkInterface `json:"networkInterfaces,omitempty"` Status string `json:"status,omitempty"` }
type InstanceStatusAccessConfig ¶
type InstanceStatusAccessConfig struct {
NatIP string `json:"natIP,omitempty"`
}
type InstanceStatusNetworkInterface ¶
type InstanceStatusNetworkInterface struct {
AccessConfigs []InstanceStatusAccessConfig `json:"accessConfigs,omitempty"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.