Storage Version Migration Spec Args
data class StorageVersionMigrationSpecArgs(val continueToken: Output<String>? = null, val resource: Output<GroupVersionResourceArgs>) : ConvertibleToJava<StorageVersionMigrationSpecArgs>
Spec of the storage version migration.
Properties
Link copied to clipboard
The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is "Running", users can use this token to check the progress of the migration.
Link copied to clipboard
The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.