formatter

package
v20.10.21+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: Apache-2.0 Imports: 2 Imported by: 155

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

func StackWrite

func StackWrite(ctx formatter.Context, stacks []*Stack) error

StackWrite writes formatted stacks using the Context

Types

type Context

type Context = formatter.Context

Context is an alias for formatter.Context

type Format

type Format = formatter.Format

Format is an alias for formatter.Format

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL