# Functions
NewContext returns a new internal cluster management context if name is "" the default name will be used.
# Structs
Context is the private shared context underlying pkg/cluster.Context
NOTE: this is the internal one, it should contain reasonably trivial methods that are safe to share between various user facing methods pkg/cluster.Context is a superset of this, packages like create and delete consume this.