GoogleApi.Container.V1.Model.SoleTenantConfig (google_api_container v0.57.0)

View Source

SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.

Attributes

  • nodeAffinities (type: list(GoogleApi.Container.V1.Model.NodeAffinity.t), default: nil) - NodeAffinities used to match to a shared sole tenant node group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.SoleTenantConfig{
  nodeAffinities: [GoogleApi.Container.V1.Model.NodeAffinity.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.