Class: Google::Cloud::Container::V1::Autopilot
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::Autopilot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Autopilot is the configuration for Autopilot settings on the cluster.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable Autopilot.
-
#workload_policy_config ⇒ ::Google::Cloud::Container::V1::WorkloadPolicyConfig
Workload policy configuration for Autopilot.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable Autopilot.
5167 5168 5169 5170 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5167 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_policy_config ⇒ ::Google::Cloud::Container::V1::WorkloadPolicyConfig
Returns Workload policy configuration for Autopilot.
5167 5168 5169 5170 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5167 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |