# Functions
New creates a new cluster.
NewFromFile creates a new Cluster from a YAML serialization of its configuration available in the provided file.
NewFromYAML creates a new Cluster from a YAML serialization of its configuration available in the provided string.
NewKeyStore creates a new KeyStore.
NewRuntimeNetworks returns a slice of networks.
# Constants
NotCreated status of a machine.
Running status of a machine.
Stopped status of a machine.
# Structs
Cluster is a running cluster.
Container represents a running machine.
JSONFormatter formats a slice of machines into a JSON and outputs it to stdout.
KeyStore is a store for public keys.
Machine is a single machine.
MachineStatus is the runtime status of a Machine.
RuntimeNetwork contains information about the network.
TableFormatter formats a slice of machines into a colored table like output and prints that to stdout.
# Interfaces
Formatter formats a slice of machines and outputs the result in a given format.