public sealed class NodePoolAutoConfig : IMessage<NodePoolAutoConfig>, IEquatable<NodePoolAutoConfig>, IDeepCloneable<NodePoolAutoConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class NodePoolAutoConfig.
Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
Implements
IMessageNodePoolAutoConfig, IEquatableNodePoolAutoConfig, IDeepCloneableNodePoolAutoConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodePoolAutoConfig()
public NodePoolAutoConfig()
NodePoolAutoConfig(NodePoolAutoConfig)
public NodePoolAutoConfig(NodePoolAutoConfig other)
Parameter | |
---|---|
Name | Description |
other |
NodePoolAutoConfig |
Properties
NetworkTags
public NetworkTags NetworkTags { get; set; }
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.
Property Value | |
---|---|
Type | Description |
NetworkTags |
NodeKubeletConfig
public NodeKubeletConfig NodeKubeletConfig { get; set; }
NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
Property Value | |
---|---|
Type | Description |
NodeKubeletConfig |
ResourceManagerTags
public ResourceManagerTags ResourceManagerTags { get; set; }
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
Property Value | |
---|---|
Type | Description |
ResourceManagerTags |