Class: Google::Cloud::Container::V1beta1::Master
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::Master
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Master is the configuration for components on master.
Instance Attribute Summary collapse
-
#compatibility_status ⇒ ::Google::Cloud::Container::V1beta1::CompatibilityStatus
readonly
Output only.
Instance Attribute Details
#compatibility_status ⇒ ::Google::Cloud::Container::V1beta1::CompatibilityStatus (readonly)
Returns Output only. The compatibility status of the control plane. It should be empty if the cluster does not have emulated version.
7772 7773 7774 7775 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 7772 class Master include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |