StorageVersionMigrationSpecPatchArgs

data class StorageVersionMigrationSpecPatchArgs(val continueToken: Output<String>? = null, val resource: Output<GroupVersionResourcePatchArgs>? = null) : ConvertibleToJava<StorageVersionMigrationSpecPatchArgs>

Spec of the storage version migration.

Constructors

Link copied to clipboard
constructor(continueToken: Output<String>? = null, resource: Output<GroupVersionResourcePatchArgs>? = null)

Properties

Link copied to clipboard
val continueToken: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): StorageVersionMigrationSpecPatchArgs