pub struct NodePoolAutoConfig {
pub linux_node_config: Option<LinuxNodeConfig>,
pub network_tags: Option<NetworkTags>,
pub node_kubelet_config: Option<NodeKubeletConfig>,
pub resource_manager_tags: Option<ResourceManagerTags>,
}Expand description
Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
This type is not used in any activity, and only used as part of another schema.
Fields§
§linux_node_config: Option<LinuxNodeConfig>Output only. Configuration options for Linux nodes.
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.
node_kubelet_config: Option<NodeKubeletConfig>NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only insecure_kubelet_readonly_port_enabled can be set here.
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
Trait Implementations§
Source§impl Clone for NodePoolAutoConfig
impl Clone for NodePoolAutoConfig
Source§fn clone(&self) -> NodePoolAutoConfig
fn clone(&self) -> NodePoolAutoConfig
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more