GoogleApi.CloudDeploy.V1.Model.KubernetesConfig (google_api_cloud_deploy v0.14.0)
View SourceKubernetesConfig contains the Kubernetes runtime configuration.
Attributes
-
gatewayServiceMesh
(type:GoogleApi.CloudDeploy.V1.Model.GatewayServiceMesh.t
, default:nil
) - Optional. Kubernetes Gateway API service mesh configuration. -
serviceNetworking
(type:GoogleApi.CloudDeploy.V1.Model.ServiceNetworking.t
, default:nil
) - Optional. Kubernetes Service networking configuration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.KubernetesConfig{ gatewayServiceMesh: GoogleApi.CloudDeploy.V1.Model.GatewayServiceMesh.t() | nil, serviceNetworking: GoogleApi.CloudDeploy.V1.Model.ServiceNetworking.t() | nil }