BoundObjectReference

com.coralogix.zio.k8s.model.authentication.v1.BoundObjectReference
See theBoundObjectReference companion object
case class BoundObjectReference(apiVersion: Optional[String], kind: Optional[String], name: Optional[String], uid: Optional[String])

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

Value parameters

apiVersion

API version of the referent.

kind

Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

name

Name of the referent.

uid

UID of the referent.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

API version of the referent.

API version of the referent.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

Kind of the referent. Valid kinds are 'Pod' and 'Secret'.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Name of the referent.

Name of the referent.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

UID of the referent.

UID of the referent.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product