Class KubernetesRenderMetadata
KubernetesRenderMetadata contains Kubernetes information associated with a Release render.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class KubernetesRenderMetadata : IDirectResponseSchema
Properties
CanaryDeployment
Output only. Name of the canary version of the Kubernetes Deployment that will be applied to the GKE cluster. Only set if a canary deployment strategy was configured.
Declaration
[JsonProperty("canaryDeployment")]
public virtual string CanaryDeployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Deployment
Output only. Name of the Kubernetes Deployment that will be applied to the GKE cluster. Only set if a single Deployment was provided in the rendered manifest.
Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KubernetesNamespace
Output only. Namespace the Kubernetes resources will be applied to in the GKE cluster. Only set if applying resources to a single namespace.
Declaration
[JsonProperty("kubernetesNamespace")]
public virtual string KubernetesNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |