Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::ResourceSelector (v0.10.0)

Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::ResourceSelector.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group_kind

def group_kind() -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Returns

#group_kind=

def group_kind=(value) -> ::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind
Parameter
Returns

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — 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.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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.

#name

def name() -> ::String
Returns
  • (::String) — Optional. Selects resources using their resource names. If specified, only resources with the provided name will be selected.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Optional. Selects resources using their resource names. If specified, only resources with the provided name will be selected.
Returns
  • (::String) — Optional. Selects resources using their resource names. If specified, only resources with the provided name will be selected.

#namespace

def namespace() -> ::String
Returns
  • (::String) — 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.

#namespace=

def namespace=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.