Class: Google::Cloud::GkeHub::V1beta1::ConnectAgentResource
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1beta1::ConnectAgentResource
- 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
-
#manifest ⇒ ::String
YAML manifest of the resource.
-
#type ⇒ ::Google::Cloud::GkeHub::V1beta1::TypeMeta
Kubernetes type of the resource.
Instance Attribute Details
#manifest ⇒ ::String
Returns 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.
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 |