INPUT_OBJECT

RestoreK8sNamespaceInput

Description

Configuration of the Kubernetes namespace snapshot to be restored and the target details.

link GraphQL Schema definition

  • input RestoreK8sNamespaceInput {
  • # The UUID of the Kubernetes namespace snapshot to be restored.
  • snapshotUuid: UUID!
  • # The UUID of the target cluster to restore the namespace snapshot to.
  • targetClusterUuid: UUID!
  • # The name of the target namespace to restore the namespace snapshot to.
  • targetNamespaceName: String!
  • # Filters resources based on labels.
  • labelSelector: LabelSelector
  • }

link Require by