ModifyVolumeStatus

io.k8s.api.core.v1.ModifyVolumeStatus
See theModifyVolumeStatus companion object
final case class ModifyVolumeStatus(status: String, targetVolumeAttributesClassName: Option[String])

ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

Attributes

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

Members list

Value members

Concrete methods

def mapStatus(f: String => String): ModifyVolumeStatus

transforms status to result of function

transforms status to result of function

Attributes

Source
ModifyVolumeStatus.scala

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

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

Attributes

Source
ModifyVolumeStatus.scala
def withStatus(value: String): ModifyVolumeStatus

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
ModifyVolumeStatus.scala

Returns a new data with targetVolumeAttributesClassName set to new value

Returns a new data with targetVolumeAttributesClassName set to new value

Attributes

Source
ModifyVolumeStatus.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product