Google Kubernetes Engine v1 API - Class NodeConfigDefaults (3.14.0)

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.

Inheritance

object > NodeConfigDefaults

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

NodeConfigDefaults()

public NodeConfigDefaults()

NodeConfigDefaults(NodeConfigDefaults)

public NodeConfigDefaults(NodeConfigDefaults other)
Parameter
NameDescription
otherNodeConfigDefaults

Properties

GcfsConfig

public GcfsConfig GcfsConfig { get; set; }

GCFS (Google Container File System, also known as Riptide) options.

Property Value
TypeDescription
GcfsConfig

LoggingConfig

public NodePoolLoggingConfig LoggingConfig { get; set; }

Logging configuration for node pools.

Property Value
TypeDescription
NodePoolLoggingConfig