Google Cloud Deploy v1 API - Class KubernetesConfig.Types.ServiceNetworking (2.4.0)

public sealed class KubernetesConfig.Types.ServiceNetworking : IMessage<KubernetesConfig.Types.ServiceNetworking>, IEquatable<KubernetesConfig.Types.ServiceNetworking>, IDeepCloneable<KubernetesConfig.Types.ServiceNetworking>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class KubernetesConfig.Types.ServiceNetworking.

Information about the Kubernetes Service networking configuration.

Inheritance

object > KubernetesConfig.Types.ServiceNetworking

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ServiceNetworking()

public ServiceNetworking()

ServiceNetworking(ServiceNetworking)

public ServiceNetworking(KubernetesConfig.Types.ServiceNetworking other)
Parameter
NameDescription
otherKubernetesConfigTypesServiceNetworking

Properties

Deployment

public string Deployment { get; set; }

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

Property Value
TypeDescription
string

Service

public string Service { get; set; }

Required. Name of the Kubernetes Service.

Property Value
TypeDescription
string