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

Members list

Value members

Concrete methods

def mapApiGroup(f: String => String): ResourceClaimConsumerReference

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
def mapName(f: String => String): ResourceClaimConsumerReference

transforms name to result of function

transforms name to result of function

Attributes

Source
ResourceClaimConsumerReference.scala
def mapResource(f: String => String): ResourceClaimConsumerReference

transforms resource to result of function

transforms resource to result of function

Attributes

Source
ResourceClaimConsumerReference.scala
def mapUid(f: String => String): ResourceClaimConsumerReference

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product