Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately.
func SetVersionInfo ¶
func SetVersionInfo(v, c, d string)
SetVersionInfo sets the version information
Types ¶
type AgentConfig ¶
type AgentInfo ¶
type AgentInfo struct {
Tag string `json:"tag"`
ImageID string `json:"image_id"`
Created string `json:"created"`
Size string `json:"size"`
Config AgentConfig `json:"config"`
Runtime RuntimeInfo `json:"runtime"`
Health HealthInfo `json:"health"`
Ports []PortMapping `json:"ports"`
Environment []EnvVariable `json:"environment"`
Labels map[string]string `json:"labels"`
}
type EnvVariable ¶
type HealthInfo ¶
type PortMapping ¶
type RuntimeInfo ¶
Click to show internal directories.
Click to hide internal directories.