Class: Google::Cloud::GkeBackup::V1::Namespaces

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 list of Kubernetes Namespaces

Instance Attribute Summary collapse

Instance Attribute Details

#namespaces::Array<::String>

Returns A list of Kubernetes Namespaces.

Returns:

  • (::Array<::String>)

    A list of Kubernetes Namespaces



28
29
30
31
# File 'proto_docs/google/cloud/gkebackup/v1/common.rb', line 28

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