Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pod ¶
type Pod struct { Name string Hostname string Containers []string Status Status // contains filtered or unexported fields }
func PodFromKube ¶
func (Pod) MarshalJSON ¶
func (Pod) MarshalYAML ¶
func (Pod) RenderJSON ¶
func (*Pod) RenderTable ¶
func (Pod) RenderYAML ¶
func (*Pod) TableHeaders ¶
type PodList ¶
type PodList []Pod
func PodListFromKube ¶
func (PodList) RenderJSON ¶
func (PodList) RenderTable ¶
func (PodList) RenderYAML ¶
func (PodList) TableHeaders ¶
Click to show internal directories.
Click to hide internal directories.