Class: Google::Cloud::GkeMultiCloud::V1::KubernetesSecret
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::KubernetesSecret
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
Information about a Kubernetes Secret
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the kubernetes secret.
-
#namespace ⇒ ::String
Namespace in which the kubernetes secret is stored.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the kubernetes secret.
281 282 283 284 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 281 class KubernetesSecret include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Namespace in which the kubernetes secret is stored.
281 282 283 284 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 281 class KubernetesSecret include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |