Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerStatus ¶
type ContainerStatus struct {
Name string `json:"name,omitempty"`
Image string `json:"image,omitempty"`
Ready bool `json:"ready,omitempty"`
Resources DeploymentResources `json:"resources,omitempty"`
Message string `json:"message,omitempty"`
Restarts ContainerStatusRestarts `json:"restarts,omitempty"`
}
type ContainerStatusRestarts ¶
Click to show internal directories.
Click to hide internal directories.