public sealed class NodeConfigDefaults : IMessage<NodeConfigDefaults>, IEquatable<NodeConfigDefaults>, IDeepCloneable<NodeConfigDefaults>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodeConfigDefaults.
Subset of NodeConfig message that has defaults.
Implements
IMessageNodeConfigDefaults, IEquatableNodeConfigDefaults, IDeepCloneableNodeConfigDefaults, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodeConfigDefaults()
public NodeConfigDefaults()
NodeConfigDefaults(NodeConfigDefaults)
public NodeConfigDefaults(NodeConfigDefaults other)
Parameter | |
---|---|
Name | Description |
other |
NodeConfigDefaults |
Properties
ContainerdConfig
public ContainerdConfig ContainerdConfig { get; set; }
Parameters for containerd customization.
Property Value | |
---|---|
Type | Description |
ContainerdConfig |
GcfsConfig
public GcfsConfig GcfsConfig { get; set; }
GCFS (Google Container File System, also known as Riptide) options.
Property Value | |
---|---|
Type | Description |
GcfsConfig |
LoggingConfig
public NodePoolLoggingConfig LoggingConfig { get; set; }
Logging configuration for node pools.
Property Value | |
---|---|
Type | Description |
NodePoolLoggingConfig |
NodeKubeletConfig
public NodeKubeletConfig NodeKubeletConfig { get; set; }
NodeKubeletConfig controls the defaults for new node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
Property Value | |
---|---|
Type | Description |
NodeKubeletConfig |