GoogleApi.Container.V1.Model.NodePoolAutoConfig (google_api_container v0.57.0)
View SourceNode pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
Attributes
-
linuxNodeConfig
(type:GoogleApi.Container.V1.Model.LinuxNodeConfig.t
, default:nil
) - Output only. Configuration options for Linux nodes. -
networkTags
(type:GoogleApi.Container.V1.Model.NetworkTags.t
, default:nil
) - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035. -
nodeKubeletConfig
(type:GoogleApi.Container.V1.Model.NodeKubeletConfig.t
, default:nil
) - NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently onlyinsecure_kubelet_readonly_port_enabled
can be set here. -
resourceManagerTags
(type:GoogleApi.Container.V1.Model.ResourceManagerTags.t
, default:nil
) - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.NodePoolAutoConfig{ linuxNodeConfig: GoogleApi.Container.V1.Model.LinuxNodeConfig.t() | nil, networkTags: GoogleApi.Container.V1.Model.NetworkTags.t() | nil, nodeKubeletConfig: GoogleApi.Container.V1.Model.NodeKubeletConfig.t() | nil, resourceManagerTags: GoogleApi.Container.V1.Model.ResourceManagerTags.t() | nil }