1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00
Files
incus/shared/api/migration.go

11 lines
428 B
Go

package api
// SecretNameControl is the secret name used for the migration control connection.
const SecretNameControl = "control"
// SecretNameFilesystem is the secret name used for the migration filesystem connection.
const SecretNameFilesystem = "fs"
// SecretNameState is the secret name used for the migration state connection.
const SecretNameState = "criu" // Legacy value used for backward compatibility for clients.