Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
Clusters []common.DataCenterStatus
}
type Displayable ¶
type Displayable interface {
Cols() []string
ColMap() map[string]string
KV() []map[string]interface{}
JSON(io.Writer) error
}
Displayable is a displable entity. These are used for printing results.
type Displayer ¶
type Displayer struct {
NS string
Config ankrctl.Config
Item Displayable
Out io.Writer
}
type Namespace ¶
type Namespace struct {
Namespaces []common.NamespaceReport
}
Click to show internal directories.
Click to hide internal directories.