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

View Source

Specifies the NodeAffinity key, values, and affinity operator according to shared sole tenant node group affinities.

Attributes

  • key (type: String.t, default: nil) - Key for NodeAffinity.
  • operator (type: String.t, default: nil) - Operator for NodeAffinity.
  • values (type: list(String.t), default: nil) - Values for NodeAffinity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.NodeAffinity{
  key: String.t() | nil,
  operator: String.t() | nil,
  values: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.