Class: Google::Cloud::Container::V1beta1::Autopilot
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::Autopilot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Autopilot is the configuration for Autopilot settings on the cluster.
Instance Attribute Summary collapse
-
#conversion_status ⇒ ::Google::Cloud::Container::V1beta1::AutopilotConversionStatus
readonly
Output only.
-
#enabled ⇒ ::Boolean
Enable Autopilot.
-
#privileged_admission_config ⇒ ::Google::Cloud::Container::V1beta1::PrivilegedAdmissionConfig
PrivilegedAdmissionConfig is the configuration related to privileged admission control.
-
#workload_policy_config ⇒ ::Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
WorkloadPolicyConfig is the configuration related to GCW workload policy.
Instance Attribute Details
#conversion_status ⇒ ::Google::Cloud::Container::V1beta1::AutopilotConversionStatus (readonly)
Returns Output only. ConversionStatus shows conversion status.
7108 7109 7110 7111 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7108 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enabled ⇒ ::Boolean
Returns Enable Autopilot.
7108 7109 7110 7111 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7108 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#privileged_admission_config ⇒ ::Google::Cloud::Container::V1beta1::PrivilegedAdmissionConfig
Returns PrivilegedAdmissionConfig is the configuration related to privileged admission control.
7108 7109 7110 7111 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7108 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_policy_config ⇒ ::Google::Cloud::Container::V1beta1::WorkloadPolicyConfig
Returns WorkloadPolicyConfig is the configuration related to GCW workload policy.
7108 7109 7110 7111 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7108 class Autopilot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |