Class NodeConfigDefaults
Subset of NodeConfig message that has defaults.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class NodeConfigDefaults : IDirectResponseSchema
Properties
ContainerdConfig
Parameters for containerd customization.
Declaration
[JsonProperty("containerdConfig")]
public virtual ContainerdConfig ContainerdConfig { get; set; }
Property Value
Type | Description |
---|---|
ContainerdConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcfsConfig
GCFS (Google Container File System, also known as Riptide) options.
Declaration
[JsonProperty("gcfsConfig")]
public virtual GcfsConfig GcfsConfig { get; set; }
Property Value
Type | Description |
---|---|
GcfsConfig |
LoggingConfig
Logging configuration for node pools.
Declaration
[JsonProperty("loggingConfig")]
public virtual NodePoolLoggingConfig LoggingConfig { get; set; }
Property Value
Type | Description |
---|---|
NodePoolLoggingConfig |
NodeKubeletConfig
NodeKubeletConfig controls the defaults for new node-pools. Currently only
insecure_kubelet_readonly_port_enabled
can be set here.
Declaration
[JsonProperty("nodeKubeletConfig")]
public virtual NodeKubeletConfig NodeKubeletConfig { get; set; }
Property Value
Type | Description |
---|---|
NodeKubeletConfig |