Kubernetes Marketplace, gRPC: HelmReleaseService.Get
Written by
Updated at October 17, 2024
Returns the specified Helm release.
gRPC request
rpc Get (GetHelmReleaseRequest) returns (HelmRelease)
GetHelmReleaseRequest
{
"id": "string"
}
Field |
Description |
id |
string Required field. The ID of the Helm release to retrieve. |
HelmRelease
{
"id": "string",
"clusterId": "string",
"appName": "string",
"appNamespace": "string",
"productId": "string",
"productName": "string",
"productVersion": "string",
"status": "Status",
"createdAt": "google.protobuf.Timestamp"
}
A Helm Release.
Field |
Description |
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 |
enum Status Status of a helm release.
|
createdAt |
Creation timestamp. |