Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::Autopilot.
Autopilot is the configuration for Autopilot settings on the cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Enable Autopilot
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enable Autopilot
Returns
- (::Boolean) — Enable Autopilot
#workload_policy_config
def workload_policy_config() -> ::Google::Cloud::Container::V1::WorkloadPolicyConfig
Returns
- (::Google::Cloud::Container::V1::WorkloadPolicyConfig) — Workload policy configuration for Autopilot.
#workload_policy_config=
def workload_policy_config=(value) -> ::Google::Cloud::Container::V1::WorkloadPolicyConfig
Parameter
- value (::Google::Cloud::Container::V1::WorkloadPolicyConfig) — Workload policy configuration for Autopilot.
Returns
- (::Google::Cloud::Container::V1::WorkloadPolicyConfig) — Workload policy configuration for Autopilot.