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

Subset of NodeConfig message that has defaults.

Attributes

  • gcfsConfig (type: GoogleApi.Container.V1.Model.GcfsConfig.t, default: nil) - GCFS (Google Container File System, also known as Riptide) options.
  • loggingConfig (type: GoogleApi.Container.V1.Model.NodePoolLoggingConfig.t, default: nil) - Logging configuration for node pools.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.NodeConfigDefaults{
  gcfsConfig: GoogleApi.Container.V1.Model.GcfsConfig.t() | nil,
  loggingConfig: GoogleApi.Container.V1.Model.NodePoolLoggingConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.