Class NodePoolAutoConfig
Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class NodePoolAutoConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinuxNodeConfig
Output only. Configuration options for Linux nodes.
Declaration
[JsonProperty("linuxNodeConfig")]
public virtual LinuxNodeConfig LinuxNodeConfig { get; set; }
Property Value
Type | Description |
---|---|
LinuxNodeConfig |
NetworkTags
The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
Declaration
[JsonProperty("networkTags")]
public virtual NetworkTags NetworkTags { get; set; }
Property Value
Type | Description |
---|---|
NetworkTags |
NodeKubeletConfig
NodeKubeletConfig controls the defaults for autoprovisioned 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 |
ResourceManagerTags
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
Declaration
[JsonProperty("resourceManagerTags")]
public virtual ResourceManagerTags ResourceManagerTags { get; set; }
Property Value
Type | Description |
---|---|
ResourceManagerTags |