Documentation ¶
Overview ¶
Package migration handles the migration of volumes and snapshots from the Instance API to the new Block API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migration ¶
type Migration struct {
// contains filtered or unexported fields
}
The Migration struct holds a Kubernetes and Scaleway client.
func New ¶
func New(k8s kubernetes.Interface, k8sDyn *dynamic.DynamicClient, scw *scaleway.Scaleway, opts *Options) *Migration
New returns a new instance of Migration with the specified k8s/scw clients.
Click to show internal directories.
Click to hide internal directories.