PodResourceClaim

io.k8s.api.core.v1.PodResourceClaim
See thePodResourceClaim companion object
final case class PodResourceClaim(name: String, source: Option[ClaimSource])

PodResourceClaim references exactly one ResourceClaim through a ClaimSource. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.

Attributes

Companion:
object
Source:
PodResourceClaim.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Attributes

Source:
PodResourceClaim.scala

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

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

Attributes

Source:
PodResourceClaim.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
PodResourceClaim.scala

Returns a new data with source set to new value

Returns a new data with source set to new value

Attributes

Source:
PodResourceClaim.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product