Class: Google::Cloud::Container::V1beta1::NodePoolAutoConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::NodePoolAutoConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters
Instance Attribute Summary collapse
-
#linux_node_config ⇒ ::Google::Cloud::Container::V1beta1::LinuxNodeConfig
readonly
Output only.
-
#network_tags ⇒ ::Google::Cloud::Container::V1beta1::NetworkTags
The list of instance tags applied to all nodes.
-
#node_kubelet_config ⇒ ::Google::Cloud::Container::V1beta1::NodeKubeletConfig
NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
-
#resource_manager_tags ⇒ ::Google::Cloud::Container::V1beta1::ResourceManagerTags
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
Instance Attribute Details
#linux_node_config ⇒ ::Google::Cloud::Container::V1beta1::LinuxNodeConfig (readonly)
Returns Output only. Configuration options for Linux nodes.
3068 3069 3070 3071 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3068 class NodePoolAutoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_tags ⇒ ::Google::Cloud::Container::V1beta1::NetworkTags
Returns 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.
3068 3069 3070 3071 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3068 class NodePoolAutoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_kubelet_config ⇒ ::Google::Cloud::Container::V1beta1::NodeKubeletConfig
Returns NodeKubeletConfig controls the defaults for autoprovisioned node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
3068 3069 3070 3071 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3068 class NodePoolAutoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_manager_tags ⇒ ::Google::Cloud::Container::V1beta1::ResourceManagerTags
Returns Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
3068 3069 3070 3071 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3068 class NodePoolAutoConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |