INPUT_OBJECT

ExportK8sNamespaceInput

Description

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

link GraphQL Schema definition

  • input ExportK8sNamespaceInput {
  • # The UUID of the Kubernetes namespace snapshot to be exported.
  • snapshotUuid: UUID!
  • # The UUID of the target cluster to export the namespace snapshot to.
  • targetClusterUuid: UUID!
  • # The name of the target namespace to export the namespace snapshot to.
  • targetNamespaceName: String!
  • # Filter resources based on labels.
  • labelSelector: LabelSelector
  • }

link Require by