PodResourceClaim

io.k8s.api.core.v1.PodResourceClaim
See thePodResourceClaim companion object

PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.

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
Show all

Members list

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Attributes

Source
PodResourceClaim.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
PodResourceClaim.scala

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

if resourceClaimTemplateName 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 resourceClaimName set to new value

Returns a new data with resourceClaimName set to new value

Attributes

Source
PodResourceClaim.scala

Returns a new data with resourceClaimTemplateName set to new value

Returns a new data with resourceClaimTemplateName set to new value

Attributes

Source
PodResourceClaim.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product