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.
Implements
IMessageKubernetesConfigTypesServiceNetworking, IEquatableKubernetesConfigTypesServiceNetworking, IDeepCloneableKubernetesConfigTypesServiceNetworking, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DeployV1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ServiceNetworking()
public ServiceNetworking()
ServiceNetworking(ServiceNetworking)
public ServiceNetworking(KubernetesConfig.Types.ServiceNetworking other)
Parameter | |
---|---|
Name | Description |
other | KubernetesConfigTypesServiceNetworking |
Properties
Deployment
public string Deployment { get; set; }
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
Property Value | |
---|---|
Type | Description |
string |
Service
public string Service { get; set; }
Required. Name of the Kubernetes Service.
Property Value | |
---|---|
Type | Description |
string |