public interface KubernetesConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KubernetesConfig.GatewayServiceMesh |
getGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
|
KubernetesConfig.GatewayServiceMeshOrBuilder |
getGatewayServiceMeshOrBuilder()
Kubernetes Gateway API service mesh configuration.
|
KubernetesConfig.ServiceDefinitionCase |
getServiceDefinitionCase() |
KubernetesConfig.ServiceNetworking |
getServiceNetworking()
Kubernetes Service networking configuration.
|
KubernetesConfig.ServiceNetworkingOrBuilder |
getServiceNetworkingOrBuilder()
Kubernetes Service networking configuration.
|
boolean |
hasGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
|
boolean |
hasServiceNetworking()
Kubernetes Service networking configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
KubernetesConfig.GatewayServiceMesh getGatewayServiceMesh()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
KubernetesConfig.GatewayServiceMeshOrBuilder getGatewayServiceMeshOrBuilder()
Kubernetes Gateway API service mesh configuration.
.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh gateway_service_mesh = 1;
boolean hasServiceNetworking()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;KubernetesConfig.ServiceNetworking getServiceNetworking()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;KubernetesConfig.ServiceNetworkingOrBuilder getServiceNetworkingOrBuilder()
Kubernetes Service networking configuration.
.google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking service_networking = 2;KubernetesConfig.ServiceDefinitionCase getServiceDefinitionCase()
Copyright © 2024 Google LLC. All rights reserved.