Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::KubernetesConfig.
KubernetesConfig contains the Kubernetes runtime configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gateway_service_mesh
def gateway_service_mesh() -> ::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh
-
(::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh) — Kubernetes Gateway API service mesh configuration.
Note: The following fields are mutually exclusive:
gateway_service_mesh
,service_networking
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gateway_service_mesh=
def gateway_service_mesh=(value) -> ::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh
-
value (::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh) — Kubernetes Gateway API service mesh configuration.
Note: The following fields are mutually exclusive:
gateway_service_mesh
,service_networking
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Deploy::V1::KubernetesConfig::GatewayServiceMesh) — Kubernetes Gateway API service mesh configuration.
Note: The following fields are mutually exclusive:
gateway_service_mesh
,service_networking
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#service_networking
def service_networking() -> ::Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking
-
(::Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking) — Kubernetes Service networking configuration.
Note: The following fields are mutually exclusive:
service_networking
,gateway_service_mesh
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#service_networking=
def service_networking=(value) -> ::Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking
-
value (::Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking) — Kubernetes Service networking configuration.
Note: The following fields are mutually exclusive:
service_networking
,gateway_service_mesh
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Deploy::V1::KubernetesConfig::ServiceNetworking) — Kubernetes Service networking configuration.
Note: The following fields are mutually exclusive:
service_networking
,gateway_service_mesh
. If a field in that set is populated, all other fields in the set will automatically be cleared.