Backup for GKE v1 API - Class RestoreConfig.Types.ResourceFilter (2.4.0)

public sealed class RestoreConfig.Types.ResourceFilter : IMessage<RestoreConfig.Types.ResourceFilter>, IEquatable<RestoreConfig.Types.ResourceFilter>, IDeepCloneable<RestoreConfig.Types.ResourceFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup for GKE v1 API class RestoreConfig.Types.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.

Inheritance

object > RestoreConfig.Types.ResourceFilter

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

ResourceFilter()

public ResourceFilter()

ResourceFilter(ResourceFilter)

public ResourceFilter(RestoreConfig.Types.ResourceFilter other)
Parameter
NameDescription
otherRestoreConfigTypesResourceFilter

Properties

GroupKinds

public RepeatedField<RestoreConfig.Types.GroupKind> GroupKinds { get; }

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).

Property Value
TypeDescription
RepeatedFieldRestoreConfigTypesGroupKind

JsonPath

public string JsonPath { get; set; }

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).

Property Value
TypeDescription
string

Namespaces

public RepeatedField<string> Namespaces { get; }

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).

Property Value
TypeDescription
RepeatedFieldstring