Storage Version Migration Status Patch
data class StorageVersionMigrationStatusPatch(val conditions: List<MigrationConditionPatch>? = null, val resourceVersion: String? = null)
Status of the storage version migration.
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.