View Source GoogleApi.Container.V1.Model.NodePoolAutoConfig (google_api_container v0.45.0)

Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.

Attributes

  • 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.
  • 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{
  networkTags: GoogleApi.Container.V1.Model.NetworkTags.t() | nil,
  resourceManagerTags:
    GoogleApi.Container.V1.Model.ResourceManagerTags.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.