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

View Source

Subset of NodeConfig message that has defaults.

Attributes

  • containerdConfig (type: GoogleApi.Container.V1.Model.ContainerdConfig.t, default: nil) - Parameters for containerd customization.
  • 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.
  • nodeKubeletConfig (type: GoogleApi.Container.V1.Model.NodeKubeletConfig.t, default: nil) - NodeKubeletConfig controls the defaults for new node-pools. Currently only insecure_kubelet_readonly_port_enabled can be set here.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.