Show / Hide Table of Contents

Class KubernetesRenderMetadata

KubernetesRenderMetadata contains Kubernetes information associated with a Release render.

Inheritance
object
KubernetesRenderMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX