Package-level declarations
Types
Link copied to clipboard
data class GroupVersionResource(val group: String? = null, val resource: String? = null, val version: String? = null)
The names of the group, the version, and the resource.
Link copied to clipboard
data class GroupVersionResourcePatch(val group: String? = null, val resource: String? = null, val version: String? = null)
The names of the group, the version, and the resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class StorageVersionMigration(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: StorageVersionMigrationSpec? = null, val status: StorageVersionMigrationStatus? = null)
StorageVersionMigration represents a migration of stored data to the latest storage version.
Link copied to clipboard
data class StorageVersionMigrationSpec(val continueToken: String? = null, val resource: GroupVersionResource)
Spec of the storage version migration.
Link copied to clipboard
data class StorageVersionMigrationSpecPatch(val continueToken: String? = null, val resource: GroupVersionResourcePatch? = null)
Spec of the storage version migration.
Link copied to clipboard
data class StorageVersionMigrationStatus(val conditions: List<MigrationCondition>? = null, val resourceVersion: String? = null)
Status of the storage version migration.
Link copied to clipboard
data class StorageVersionMigrationStatusPatch(val conditions: List<MigrationConditionPatch>? = null, val resourceVersion: String? = null)
Status of the storage version migration.