io.k8s.api.storagemigration.v1alpha1

Members list

Type members

Classlikes

final case class GroupVersionResource(group: Option[String], resource: Option[String], version: Option[String])

The names of the group, the version, and the resource.

The names of the group, the version, and the resource.

Attributes

Companion
object
Source
GroupVersionResource.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
GroupVersionResource.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class MigrationCondition(status: String, `type`: String, lastUpdateTime: Option[Time], reason: Option[String], message: Option[String])

Describes the state of a migration at a certain point.

Describes the state of a migration at a certain point.

Attributes

Companion
object
Source
MigrationCondition.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
MigrationCondition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

StorageVersionMigration represents a migration of stored data to the latest storage version.

StorageVersionMigration represents a migration of stored data to the latest storage version.

Attributes

Companion
object
Source
StorageVersionMigration.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
StorageVersionMigration.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StorageVersionMigrationList(items: Seq[StorageVersionMigration], metadata: Option[ListMeta]) extends KObject

StorageVersionMigrationList is a collection of storage version migrations.

StorageVersionMigrationList is a collection of storage version migrations.

Attributes

Companion
object
Source
StorageVersionMigrationList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
StorageVersionMigrationList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StorageVersionMigrationSpec(resource: GroupVersionResource, continueToken: Option[String])

Spec of the storage version migration.

Spec of the storage version migration.

Attributes

Companion
object
Source
StorageVersionMigrationSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
StorageVersionMigrationSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StorageVersionMigrationStatus(conditions: Option[Seq[MigrationCondition]], resourceVersion: Option[String])

Status of the storage version migration.

Status of the storage version migration.

Attributes

Companion
object
Source
StorageVersionMigrationStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
StorageVersionMigrationStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type