public static interface KubernetesConfig.ServiceNetworkingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployment()
Required.
|
com.google.protobuf.ByteString |
getDeploymentBytes()
Required.
|
boolean |
getDisablePodOverprovisioning()
Optional.
|
String |
getService()
Required.
|
com.google.protobuf.ByteString |
getServiceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getService()
Required. Name of the Kubernetes Service.
string service = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getServiceBytes()
Required. Name of the Kubernetes Service.
string service = 1 [(.google.api.field_behavior) = REQUIRED];String getDeployment()
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
string deployment = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDeploymentBytes()
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
string deployment = 2 [(.google.api.field_behavior) = REQUIRED];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];Copyright © 2024 Google LLC. All rights reserved.