ClaimSource

io.k8s.api.core.v1.ClaimSource
See theClaimSource companion object
final case class ClaimSource(resourceClaimName: Option[String], resourceClaimTemplateName: Option[String])

ClaimSource describes a reference to a ResourceClaim.

Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

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

Returns a new data with resourceClaimName set to new value

Returns a new data with resourceClaimName set to new value

Attributes

Source
ClaimSource.scala

Returns a new data with resourceClaimTemplateName set to new value

Returns a new data with resourceClaimTemplateName set to new value

Attributes

Source
ClaimSource.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product