types
HelmRelease
A Helm Release.
Status
STATUS_UNSPECIFIEDUNKNOWNHelm release status is unknown
DEPLOYEDHelm release deployed.
UNINSTALLEDHelm release uninstalled.
SUPERSEDEDHelm release superseded.
FAILEDHelm release installation failed.
UNINSTALLINGHelm release is being uninstalled.
PENDING_INSTALLHelm release is to be installed.
PENDING_UPGRADEHelm release is to be updated.
PENDING_ROLLBACKHelm release is to be rolled back.
id : string
ID of a helm release.
clusterId : string
ID of the Kubernetes cluster.
appName : string
Name of the application.
appNamespace : string
Namespace of the application.
productId : string
Kubernetes marketplace product id.
productName : string
Kubernetes marketplace product name.
productVersion : string
Kubernetes marketplace product version.
status : Status
Status of a helm release.
createdAt : google.protobuf.Timestamp
Creation timestamp.