MetastoreBackup

Property Value
Google Cloud Service Name Dataproc Metastore
Google Cloud Service Documentation /dataproc-metastore/docs/
Google Cloud REST Resource Name projects.locations.services.backups
Google Cloud REST Resource Documentation /dataproc-metastore/docs/reference/rest/v1/projects.locations.services.backups
Config Connector Resource Short Names gcpmetastorebackup
gcpmetastorebackups
metastorebackup
Config Connector Service Name metastore.googleapis.com
Config Connector Resource Fully Qualified Name metastorebackups.metastore.cnrm.cloud.google.com
Can Be Referenced by IAMPolicy/IAMPolicyMember No
Config Connector Default Average Reconcile Interval In Seconds 600

Custom Resource Definition Properties

Spec

Schema

description: string
resourceID: string
serviceRef:
  external: string
  name: string
  namespace: string
Fields

description

Optional

string

The description of the backup.

resourceID

Optional

string

The MetastoreBackup name. If not given, the metadata.name will be used.

serviceRef

Required

object

The MetastoreService that the backup belongs to.

serviceRef.external

Optional

string

A reference to an externally managed MetastoreService resource. Should be in the format "projects/{{projectID}}/locations/{{location}}/services/{{serviceID}}".

serviceRef.name

Optional

string

The name of a MetastoreService resource.

serviceRef.namespace

Optional

string

The namespace of a MetastoreService resource.

Status

Schema

conditions:
- lastTransitionTime: string
  message: string
  reason: string
  status: string
  type: string
externalRef: string
observedGeneration: integer
observedState:
  createTime: string
  endTime: string
  restoringServices:
  - string
  serviceRevision: schemaless
  state: string
Fields
conditions

list (object)

Conditions represent the latest available observations of the object's current state.

conditions[]

object

conditions[].lastTransitionTime

string

Last time the condition transitioned from one status to another.

conditions[].message

string

Human-readable message indicating details about last transition.

conditions[].reason

string

Unique, one-word, CamelCase reason for the condition's last transition.

conditions[].status

string

Status is the status of the condition. Can be True, False, Unknown.

conditions[].type

string

Type is the type of the condition.

externalRef

string

A unique specifier for the MetastoreBackup resource in Google Cloud.

observedGeneration

integer

ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.

observedState

object

ObservedState is the state of the resource as most recently observed in Google Cloud.

observedState.createTime

string

Output only. The time when the backup was started.

observedState.endTime

string

Output only. The time when the backup finished creating.

observedState.restoringServices

list (string)

Output only. Services that are restoring from the backup.

observedState.restoringServices[]

string

observedState.serviceRevision

schemaless

Output only. The revision of the service at the time of backup.

observedState.state

string

Output only. The current state of the backup.