Class: Google::Cloud::GkeBackup::V1::ResourceSelector
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::ResourceSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/restore.rb
Overview
Defines a selector to identify a single or a group of resources. Conditions in the selector are optional, but at least one field should be set to a non-empty value. If a condition is not specified, no restrictions will be applied on that dimension. If more than one condition is specified, a resource will be selected if and only if all conditions are met.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#group_kind ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Optional.
-
#namespace ⇒ ::String
Optional.
Instance Attribute Details
#group_kind ⇒ ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns Optional. Selects resources using their Kubernetes GroupKinds. If specified, only resources of provided GroupKind will be selected.
633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 633 class ResourceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Selects resources using Kubernetes labels. If specified, a resource will be selected if and only if the resource has all of the provided labels and all the label values match.
633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 633 class ResourceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Optional. Selects resources using their resource names. If specified, only resources with the provided name will be selected.
633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 633 class ResourceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#namespace ⇒ ::String
Returns Optional. Selects resources using their namespaces. This only applies to namespace scoped resources and cannot be used for selecting cluster scoped resources. If specified, only resources in the provided namespace will be selected. If not specified, the filter will apply to both cluster scoped and namespace scoped resources (e.g. name or label). The Namespace resource itself will be restored if and only if any resources within the namespace are restored.
633 634 635 636 637 638 639 640 641 642 643 644 645 |
# File 'proto_docs/google/cloud/gkebackup/v1/restore.rb', line 633 class ResourceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |