Class: Google::Cloud::GkeBackup::V1::NamespacedName

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/common.rb

Overview

A reference to a namespaced resource in Kubernetes.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the Kubernetes resource.

Returns:

  • (::String)

    The name of the Kubernetes resource.



40
41
42
43
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 40

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

#namespace::String

Returns The Namespace of the Kubernetes resource.

Returns:

  • (::String)

    The Namespace of the Kubernetes resource.



40
41
42
43
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 40

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