Interface KubernetesConfig.ServiceNetworkingOrBuilder (1.19.0)

public static interface KubernetesConfig.ServiceNetworkingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeployment()

public abstract String getDeployment()

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

string deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The deployment.

getDeploymentBytes()

public abstract ByteString getDeploymentBytes()

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

string deployment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for deployment.

getDisablePodOverprovisioning()

public abstract boolean getDisablePodOverprovisioning()

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.

bool disable_pod_overprovisioning = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The disablePodOverprovisioning.

getService()

public abstract String getService()

Required. Name of the Kubernetes Service.

string service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Required. Name of the Kubernetes Service.

string service = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for service.