io.k8s.api.storagemigration.v1alpha1.StorageVersionMigrationList
See theStorageVersionMigrationList companion object
final case class StorageVersionMigrationList(items: Seq[StorageVersionMigration], metadata: Option[ListMeta]) extends KObject
StorageVersionMigrationList is a collection of storage version migrations.
Attributes
- Companion
- object
- Source
- StorageVersionMigrationList.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to items
Attributes
- Definition Classes
- Source
- StorageVersionMigrationList.scala
transforms items to result of function
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
Attributes
Returns a new data with items set to new value
Returns a new data with metadata set to new value
Returns a new data with metadata set to new value
Attributes
Inherited methods
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
Attributes
- Inherited from:
- KObject
- Source
- ResourceKind.scala
In this article