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

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

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

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

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

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source
BoundObjectReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
BoundObjectReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
BoundObjectReference.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product