Documentation
¶
Index ¶
- func Container(objects []json.RawMessage)
- func Default(objects []json.RawMessage)
- func Definitions(objects []json.RawMessage)
- func Gitops(objects []json.RawMessage)
- func GitopsBuilder(objects []json.RawMessage) ([]implementation.Gitops, error)
- func Images(objects []json.RawMessage)
- func Repositories(objects []json.RawMessage)
- func RoundAndFormatDuration(timestamp time.Time) string
- func SetStyle(table *tablewriter.Table)
- type ContainerInformation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Container ¶
func Container(objects []json.RawMessage)
func Default ¶
func Default(objects []json.RawMessage)
func Definitions ¶
func Definitions(objects []json.RawMessage)
func Gitops ¶
func Gitops(objects []json.RawMessage)
func GitopsBuilder ¶
func GitopsBuilder(objects []json.RawMessage) ([]implementation.Gitops, error)
func Images ¶
func Images(objects []json.RawMessage)
func Repositories ¶
func Repositories(objects []json.RawMessage)
func RoundAndFormatDuration ¶
func SetStyle ¶
func SetStyle(table *tablewriter.Table)
Types ¶
type ContainerInformation ¶
type ContainerInformation struct {
Group string
Name string
GeneratedName string
Image string
ImageState string
Tag string
IPs string
Ports string
Dependencies string
DockerState string
SmrState string
NodeName string
NodeURL string
Recreated bool
LastUpdate string
}
func ContainerBuilder ¶
func ContainerBuilder(objects []json.RawMessage) ([]ContainerInformation, error)
Click to show internal directories.
Click to hide internal directories.