StorageVersionMigrationSpec

io.k8s.api.storagemigration.v1alpha1.StorageVersionMigrationSpec
See theStorageVersionMigrationSpec companion object
final case class StorageVersionMigrationSpec(resource: GroupVersionResource, continueToken: Option[String])

Spec of the storage version migration.

Attributes

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

Members list

Value members

Concrete methods

if continueToken has a value, transforms to the result of function

if continueToken has a value, transforms to the result of function

Attributes

Source
StorageVersionMigrationSpec.scala

transforms resource to result of function

transforms resource to result of function

Attributes

Source
StorageVersionMigrationSpec.scala

Returns a new data with continueToken set to new value

Returns a new data with continueToken set to new value

Attributes

Source
StorageVersionMigrationSpec.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source
StorageVersionMigrationSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product