# Functions
DeleteController deletes a replication controller named 'name', requires that the controller already be stopped.
No description provided by the author
LoadAuthInfo parses an AuthInfo object from a file path.
NewHumanReadablePrinter creates a HumanReadablePrinter.
NewParser creates a new parser.
NewProxyServer creates and installs a new ProxyServer.
ResizeController resizes a controller named 'name' by setting replicas to 'replicas'.
RunController creates a new replication controller named 'name' which creates 'replicas' pods running 'image'.
StopController stops a controller named 'name' by setting replicas to zero.
Update performs a rolling update of a collection of pods.
# Structs
No description provided by the author
HumanReadablePrinter is an implementation of ResourcePrinter which attempts to provide more elegant output.
IdentityPrinter is an implementation of ResourcePrinter which simply copies the body out to the output stream.
No description provided by the author
ProxyServer is a http.Handler which proxies Kubernetes APIs to remote API server.
TemplatePrinter is an implementation of ResourcePrinter which formats data with a Go Template.
YAMLPrinter is an implementation of ResourcePrinter which parsess JSON, and re-formats as YAML.
# Interfaces
ResourcePrinter is an interface that knows how to print API resources.