Class: Google::Cloud::GkeMultiCloud::V1::KubernetesSecret

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

Instance Attribute Details

#name::String

Returns Name of the kubernetes secret.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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