ResourceClaimConsumerReference

io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference
See theResourceClaimConsumerReference companion object
final case class ResourceClaimConsumerReference(name: String, resource: String, uid: String, apiGroup: Option[String])

ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ResourceClaimConsumerReference.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
ResourceClaimConsumerReference.scala

transforms resource to result of function

transforms resource to result of function

Attributes

Source:
ResourceClaimConsumerReference.scala

transforms uid to result of function

transforms uid to result of function

Attributes

Source:
ResourceClaimConsumerReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source:
ResourceClaimConsumerReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ResourceClaimConsumerReference.scala

Returns a new data with resource set to new value

Returns a new data with resource set to new value

Attributes

Source:
ResourceClaimConsumerReference.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source:
ResourceClaimConsumerReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product