Class: Google::Cloud::GkeHub::V1beta1::ConnectAgentResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1beta1/membership.rb

Overview

ConnectAgentResource represents a Kubernetes resource manifest for Connect Agent deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#manifest::String

Returns YAML manifest of the resource.

Returns:

  • (::String)

    YAML manifest of the resource.



728
729
730
731
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 728

class ConnectAgentResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::GkeHub::V1beta1::TypeMeta

Returns Kubernetes type of the resource.

Returns:



728
729
730
731
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 728

class ConnectAgentResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end