Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KubernetesStackTableFormat is the default Kubernetes stack format KubernetesStackTableFormat formatter.Format = "table {{.Name}}\t{{.Services}}\t{{.Orchestrator}}\t{{.Namespace}}" // SwarmStackTableFormat is the default Swarm stack format SwarmStackTableFormat formatter.Format = "table {{.Name}}\t{{.Services}}\t{{.Orchestrator}}" // TableFormatKey is an alias for formatter.TableFormatKey TableFormatKey = formatter.TableFormatKey )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Stack ¶
type Stack struct { // Name is the name of the stack Name string // Services is the number of the services Services int // Orchestrator is the platform where the stack is deployed Orchestrator string // Namespace is the Kubernetes namespace assigned to the stack Namespace string }
Stack contains deployed stack information.
Click to show internal directories.
Click to hide internal directories.