Show / Hide Table of Contents

Class KubernetesConfig

KubernetesConfig contains the Kubernetes runtime configuration.

Inheritance
object
KubernetesConfig
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 KubernetesConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GatewayServiceMesh

Optional. Kubernetes Gateway API service mesh configuration.

Declaration
[JsonProperty("gatewayServiceMesh")]
public virtual GatewayServiceMesh GatewayServiceMesh { get; set; }
Property Value
Type Description
GatewayServiceMesh

ServiceNetworking

Optional. Kubernetes Service networking configuration.

Declaration
[JsonProperty("serviceNetworking")]
public virtual ServiceNetworking ServiceNetworking { get; set; }
Property Value
Type Description
ServiceNetworking

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX