Class: Google::Cloud::Container::V1::NodeKubeletConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeKubeletConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Node kubelet configs.
Instance Attribute Summary collapse
-
#cpu_cfs_quota ⇒ ::Google::Protobuf::BoolValue
Enable CPU CFS quota enforcement for containers that specify CPU limits.
-
#cpu_cfs_quota_period ⇒ ::String
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
-
#cpu_manager_policy ⇒ ::String
Control the CPU management policy on the node.
-
#insecure_kubelet_readonly_port_enabled ⇒ ::Boolean
Enable or disable Kubelet read only port.
-
#pod_pids_limit ⇒ ::Integer
Set the Pod PID limits.
Instance Attribute Details
#cpu_cfs_quota ⇒ ::Google::Protobuf::BoolValue
141 142 143 144 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 141 class NodeKubeletConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cpu_cfs_quota_period ⇒ ::String
141 142 143 144 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 141 class NodeKubeletConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cpu_manager_policy ⇒ ::String
141 142 143 144 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 141 class NodeKubeletConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#insecure_kubelet_readonly_port_enabled ⇒ ::Boolean
141 142 143 144 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 141 class NodeKubeletConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pod_pids_limit ⇒ ::Integer
141 142 143 144 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 141 class NodeKubeletConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |