Class: Google::Cloud::GkeHub::ConfigManagement::V1::OperatorState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deployment_state::Google::Cloud::GkeHub::ConfigManagement::V1::DeploymentState

Returns The state of the Operator's deployment.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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