Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::NodeManagement.
NodeManagement defines the set of node management services turned on for the node pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_repair
def auto_repair() -> ::Boolean
Returns
- (::Boolean) — Whether the nodes will be automatically repaired.
#auto_repair=
def auto_repair=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the nodes will be automatically repaired.
Returns
- (::Boolean) — Whether the nodes will be automatically repaired.
#auto_upgrade
def auto_upgrade() -> ::Boolean
Returns
- (::Boolean) — Whether the nodes will be automatically upgraded.
#auto_upgrade=
def auto_upgrade=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the nodes will be automatically upgraded.
Returns
- (::Boolean) — Whether the nodes will be automatically upgraded.
#upgrade_options
def upgrade_options() -> ::Google::Cloud::Container::V1beta1::AutoUpgradeOptions
Returns
- (::Google::Cloud::Container::V1beta1::AutoUpgradeOptions) — Specifies the Auto Upgrade knobs for the node pool.
#upgrade_options=
def upgrade_options=(value) -> ::Google::Cloud::Container::V1beta1::AutoUpgradeOptions
Parameter
- value (::Google::Cloud::Container::V1beta1::AutoUpgradeOptions) — Specifies the Auto Upgrade knobs for the node pool.
Returns
- (::Google::Cloud::Container::V1beta1::AutoUpgradeOptions) — Specifies the Auto Upgrade knobs for the node pool.