Storage Version Migration Status Args
data class StorageVersionMigrationStatusArgs(val conditions: Output<List<MigrationConditionArgs>>? = null, val resourceVersion: Output<String>? = null) : ConvertibleToJava<StorageVersionMigrationStatusArgs>
Status of the storage version migration.
Constructors
Link copied to clipboard
constructor(conditions: Output<List<MigrationConditionArgs>>? = null, resourceVersion: Output<String>? = null)
Properties
Link copied to clipboard
The latest available observations of the migration's current state.
Link copied to clipboard
ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource.