Show / Hide Table of Contents

Class NodeConfigDefaults

Subset of NodeConfig message that has defaults.

Inheritance
object
NodeConfigDefaults
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.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

HostMaintenancePolicy

HostMaintenancePolicy contains the desired maintenance policy for the Google Compute Engine hosts.

Declaration
[JsonProperty("hostMaintenancePolicy")]
public virtual HostMaintenancePolicy HostMaintenancePolicy { get; set; }
Property Value
Type Description
HostMaintenancePolicy

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX