StorageVersionMigrationStatusPatch

data class StorageVersionMigrationStatusPatch(val conditions: List<MigrationConditionPatch>? = null, val resourceVersion: String? = null)

Status of the storage version migration.

Constructors

Link copied to clipboard
constructor(conditions: List<MigrationConditionPatch>? = null, resourceVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The latest available observations of the migration's current state.

Link copied to clipboard
val resourceVersion: String? = null

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.