Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::RestoreConfig::ResourceFilter (v0.9.0)

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

ResourceFilter specifies matching criteria to limit the scope of a change to a specific set of kubernetes resources that are selected for restoration from a backup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group_kinds

def group_kinds() -> ::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>
Returns
  • (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — Optional. (Filtering parameter) Any resource subject to transformation must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for transformation).

#group_kinds=

def group_kinds=(value) -> ::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>
Parameter
  • value (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — Optional. (Filtering parameter) Any resource subject to transformation must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for transformation).
Returns
  • (::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::GroupKind>) — Optional. (Filtering parameter) Any resource subject to transformation must belong to one of the listed "types". If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for transformation).

#json_path

def json_path() -> ::String
Returns
  • (::String) — Optional. This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).

#json_path=

def json_path=(value) -> ::String
Parameter
  • value (::String) — Optional. This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).
Returns
  • (::String) — Optional. This is a JSONPath expression that matches specific fields of candidate resources and it operates as a filtering parameter (resources that are not matched with this expression will not be candidates for transformation).

#namespaces

def namespaces() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. (Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for transformation).

#namespaces=

def namespaces=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. (Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for transformation).
Returns
  • (::Array<::String>) — Optional. (Filtering parameter) Any resource subject to transformation must be contained within one of the listed Kubernetes Namespace in the Backup. If this field is not provided, no namespace filtering will be performed (all resources in all Namespaces, including all cluster-scoped resources, will be candidates for transformation).