View Source GoogleApi.CloudDeploy.V1.Model.KubernetesConfig (google_api_cloud_deploy v0.6.0)

KubernetesConfig contains the Kubernetes runtime configuration.

Attributes

  • gatewayServiceMesh (type: GoogleApi.CloudDeploy.V1.Model.GatewayServiceMesh.t, default: nil) - Kubernetes Gateway API service mesh configuration.
  • serviceNetworking (type: GoogleApi.CloudDeploy.V1.Model.ServiceNetworking.t, default: nil) - 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.