garm/vendor/github.com/lxc/lxd/shared/api/migration.go
Gabriel Adrian Samfira e7f208367b
Error if we can't remove instance from provider
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-03-26 22:19:20 +03:00

10 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.