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

transforms name to result of function

transforms name to result of function

Attributes

Source
PodResourceClaimStatus.scala

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product