BoundObjectReference

io.k8s.api.authentication.v1.BoundObjectReference
See theBoundObjectReference companion object
final case class BoundObjectReference(apiVersion: Option[String], kind: Option[String], name: Option[String], uid: Option[String])

BoundObjectReference is a reference to an object that a token is bound to.

Attributes

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

Members list

Value members

Concrete methods

def mapApiVersion(f: String => String): BoundObjectReference

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

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

Attributes

Source
BoundObjectReference.scala
def mapKind(f: String => String): BoundObjectReference

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

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

Attributes

Source
BoundObjectReference.scala
def mapName(f: String => String): BoundObjectReference

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

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

Attributes

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

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

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

Attributes

Source
BoundObjectReference.scala
def withApiVersion(value: String): BoundObjectReference

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
BoundObjectReference.scala
def withKind(value: String): BoundObjectReference

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
BoundObjectReference.scala
def withName(value: String): BoundObjectReference

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
BoundObjectReference.scala
def withUid(value: String): BoundObjectReference

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source
BoundObjectReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product