INPUT_OBJECT
ExportK8sNamespaceInput
Description
Configuration of the Kubernetes namespace snapshot to be exported and the target details.
link GraphQL Schema definition
- input ExportK8sNamespaceInput {
- # Filter resources based on labels.
- : LabelSelector
- # The UUID of the Kubernetes namespace snapshot to be exported.
- : UUID!
- # The UUID of the target cluster to export the namespace snapshot to.
- : UUID!
- # The name of the target namespace to export the namespace snapshot to.
- : String!
- }