INPUT_OBJECT

K8sRestoreParametersInput

Description

Supported in v9.0+ v9.0: Input to restore Kubernetes resources from a resource set snapshot. v9.1+: Input to restore Kubernetes resources from a protection set snapshot.

link GraphQL Schema definition

  • input K8sRestoreParametersInput {
  • # Supported in v9.0+
  • # The filter for selecting resources from the snapshot to restore.
  • filter: String
  • # Supported in v9.1+
  • pvcNames: [String!]
  • # Supported in v9.0+
  • # Specifies whether to ignore errors during the restore operation. By default,
  • # this value is false.
  • ignoreErrors: Boolean
  • }