PodResourceClaimStatus

io.k8s.api.core.v1.PodResourceClaimStatus
See thePodResourceClaimStatus companion object
final case class PodResourceClaimStatus(name: String, resourceClaimName: Option[String])

PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.

Attributes

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

Members list

Value members

Concrete methods

def mapName(f: String => String): PodResourceClaimStatus

transforms name to result of function

transforms name to result of function

Attributes

Source
PodResourceClaimStatus.scala
def mapResourceClaimName(f: String => String): PodResourceClaimStatus

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

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

Attributes

Source
PodResourceClaimStatus.scala
def withName(value: String): PodResourceClaimStatus

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
PodResourceClaimStatus.scala

Returns a new data with resourceClaimName set to new value

Returns a new data with resourceClaimName set to new value

Attributes

Source
PodResourceClaimStatus.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product