Show / Hide Table of Contents

Class ServiceNetworking

Information about the Kubernetes Service networking configuration.

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

Properties

Deployment

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

Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
Type Description
string

DisablePodOverprovisioning

Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

Declaration
[JsonProperty("disablePodOverprovisioning")]
public virtual bool? DisablePodOverprovisioning { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

PodSelectorLabel

Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.

Declaration
[JsonProperty("podSelectorLabel")]
public virtual string PodSelectorLabel { get; set; }
Property Value
Type Description
string

Service

Required. Name of the Kubernetes Service.

Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX