Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::NodePoolAutoConfig.
Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network_tags
def network_tags() -> ::Google::Cloud::Container::V1::NetworkTags
- (::Google::Cloud::Container::V1::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.
#network_tags=
def network_tags=(value) -> ::Google::Cloud::Container::V1::NetworkTags
- value (::Google::Cloud::Container::V1::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.
- (::Google::Cloud::Container::V1::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.
#node_kubelet_config
def node_kubelet_config() -> ::Google::Cloud::Container::V1::NodeKubeletConfig
-
(::Google::Cloud::Container::V1::NodeKubeletConfig) — NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
Currently only
insecure_kubelet_readonly_port_enabled
can be set here.
#node_kubelet_config=
def node_kubelet_config=(value) -> ::Google::Cloud::Container::V1::NodeKubeletConfig
-
value (::Google::Cloud::Container::V1::NodeKubeletConfig) — NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
Currently only
insecure_kubelet_readonly_port_enabled
can be set here.
-
(::Google::Cloud::Container::V1::NodeKubeletConfig) — NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
Currently only
insecure_kubelet_readonly_port_enabled
can be set here.
#resource_manager_tags
def resource_manager_tags() -> ::Google::Cloud::Container::V1::ResourceManagerTags
- (::Google::Cloud::Container::V1::ResourceManagerTags) — Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
#resource_manager_tags=
def resource_manager_tags=(value) -> ::Google::Cloud::Container::V1::ResourceManagerTags
- value (::Google::Cloud::Container::V1::ResourceManagerTags) — Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- (::Google::Cloud::Container::V1::ResourceManagerTags) — Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.