Class: Google::Cloud::GkeBackup::V1::Namespaces
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::Namespaces
- 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
-
#namespaces ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#namespaces ⇒ ::Array<::String>
Returns Optional. 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 |