Class KubernetesConfig
KubernetesConfig contains the Kubernetes runtime configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class KubernetesConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GatewayServiceMesh
Kubernetes Gateway API service mesh configuration.
Declaration
[JsonProperty("gatewayServiceMesh")]
public virtual GatewayServiceMesh GatewayServiceMesh { get; set; }
Property Value
Type | Description |
---|---|
GatewayServiceMesh |
ServiceNetworking
Kubernetes Service networking configuration.
Declaration
[JsonProperty("serviceNetworking")]
public virtual ServiceNetworking ServiceNetworking { get; set; }
Property Value
Type | Description |
---|---|
ServiceNetworking |