Class KubernetesConfig (1.18.0)

KubernetesConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

KubernetesConfig contains the Kubernetes runtime configuration.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gateway_service_mesh google.cloud.deploy_v1.types.KubernetesConfig.GatewayServiceMesh
Kubernetes Gateway API service mesh configuration. This field is a member of oneof_ service_definition.
service_networking google.cloud.deploy_v1.types.KubernetesConfig.ServiceNetworking
Kubernetes Service networking configuration. This field is a member of oneof_ service_definition.

Classes

GatewayServiceMesh

GatewayServiceMesh(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the Kubernetes Gateway API service mesh configuration.

ServiceNetworking

ServiceNetworking(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the Kubernetes Service networking configuration.