spelling: kubernetes

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent 8f10a8a0ea
commit 487dc4d700

@ -66,7 +66,7 @@ var ValidName = regexp.MustCompile("^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+
// Configuration injects the dependencies that all actions share. // Configuration injects the dependencies that all actions share.
type Configuration struct { type Configuration struct {
// RESTClientGetter is an interface that loads Kuberbetes clients. // RESTClientGetter is an interface that loads Kubernetes clients.
RESTClientGetter RESTClientGetter RESTClientGetter RESTClientGetter
// Releases stores records of releases. // Releases stores records of releases.

@ -25,7 +25,7 @@ const (
StatusUnknown Status = "unknown" StatusUnknown Status = "unknown"
// StatusDeployed indicates that the release has been pushed to Kubernetes. // StatusDeployed indicates that the release has been pushed to Kubernetes.
StatusDeployed Status = "deployed" StatusDeployed Status = "deployed"
// StatusUninstalled indicates that a release has been uninstalled from Kubermetes. // StatusUninstalled indicates that a release has been uninstalled from Kubernetes.
StatusUninstalled Status = "uninstalled" StatusUninstalled Status = "uninstalled"
// StatusSuperseded indicates that this release object is outdated and a newer one exists. // StatusSuperseded indicates that this release object is outdated and a newer one exists.
StatusSuperseded Status = "superseded" StatusSuperseded Status = "superseded"

Loading…
Cancel
Save