|
|
|
@ -25,7 +25,7 @@ const (
|
|
|
|
|
StatusUnknown Status = "unknown"
|
|
|
|
|
// StatusDeployed indicates that the release has been pushed to Kubernetes.
|
|
|
|
|
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"
|
|
|
|
|
// StatusSuperseded indicates that this release object is outdated and a newer one exists.
|
|
|
|
|
StatusSuperseded Status = "superseded"
|
|
|
|
|