GoogleApi.CloudDeploy.V1.Model.KubernetesConfig (google_api_cloud_deploy v0.14.0)

View Source

KubernetesConfig 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

t()

@type t() :: %GoogleApi.CloudDeploy.V1.Model.KubernetesConfig{
  gatewayServiceMesh:
    GoogleApi.CloudDeploy.V1.Model.GatewayServiceMesh.t() | nil,
  serviceNetworking: GoogleApi.CloudDeploy.V1.Model.ServiceNetworking.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.