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.
- UUID! :
- # The UUID of the target cluster to restore the namespace snapshot to.
- UUID! :
- # The name of the target namespace to restore the namespace snapshot to.
- String! :
- # Filters resources based on labels.
- LabelSelector :
- }