GoogleApi.Container.V1.Model.SoleTenantConfig (google_api_container v0.57.0)
View SourceSoleTenantConfig 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
@type t() :: %GoogleApi.Container.V1.Model.SoleTenantConfig{ nodeAffinities: [GoogleApi.Container.V1.Model.NodeAffinity.t()] | nil }