GoogleApi.Container.V1.Model.NodeConfigDefaults (google_api_container v0.57.0)
View SourceSubset 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 onlyinsecure_kubelet_readonly_port_enabledcan be set here.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }