Class: Google::Cloud::GkeHub::ConfigManagement::V1::OperatorState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::ConfigManagement::V1::OperatorState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb
Overview
State information for an ACM's Operator
Instance Attribute Summary collapse
-
#deployment_state ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
The state of the Operator's deployment.
-
#errors ⇒ ::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::InstallError>
Install errors.
-
#version ⇒ ::String
The semenatic version number of the operator.
Instance Attribute Details
#deployment_state ⇒ ::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState
Returns The state of the Operator's deployment.
281 282 283 284 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 281 class OperatorState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors ⇒ ::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::InstallError>
Returns Install errors.
281 282 283 284 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 281 class OperatorState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The semenatic version number of the operator.
281 282 283 284 |
# File 'proto_docs/google/cloud/gkehub/v1/configmanagement/configmanagement.rb', line 281 class OperatorState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |