# Functions
asKubeObject attempts use the object as a KubeObject.
BaseObject returns a Kubernetes object of the given kind to be used to populate.
DeploymentFromDocMap produces a new Deployment from a map of Documents.
No description provided by the author
No description provided by the author
NewKubeClusterFromContext creates a KubeCluster using a Kubernetes client with the configuration of the given context.
ObjectPath returns the full path of an object.
Stat returns change information about a deployment.
# Constants
DefaultContext is the current kubectl context and is represented with an empty string.
# Variables
ErrorConflict is returned when an object with an identical path already exists in the Deployment.
# Structs
A Deployment is a representation of a Kubernetes cluster's object registry.
No description provided by the author
KubeCluster is able to deploy to Kubernetes clusters.
# Interfaces
A Deployable can produce a Deployment.
A KubeObject is an alias for Kubernetes objects.