BoundObjectReference

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.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

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.

Name of the referent.

Name of the referent.

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

UID of the referent.

UID of the referent.

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

Inherited methods

Inherited from:
Product