mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
11 lines
428 B
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.
|