mirror of
https://github.com/jsonnet-libs/k8s-libsonnet.git
synced 2026-05-12 01:56:16 +02:00
39 lines
553 B
Markdown
39 lines
553 B
Markdown
---
|
|
permalink: /1.34/authentication/v1/boundObjectReference/
|
|
---
|
|
|
|
# authentication.v1.boundObjectReference
|
|
|
|
"BoundObjectReference is a reference to an object that a token is bound to."
|
|
|
|
## Index
|
|
|
|
* [`fn withKind(kind)`](#fn-withkind)
|
|
* [`fn withName(name)`](#fn-withname)
|
|
* [`fn withUid(uid)`](#fn-withuid)
|
|
|
|
## Fields
|
|
|
|
### fn withKind
|
|
|
|
```ts
|
|
withKind(kind)
|
|
```
|
|
|
|
"Kind of the referent. Valid kinds are 'Pod' and 'Secret'."
|
|
|
|
### fn withName
|
|
|
|
```ts
|
|
withName(name)
|
|
```
|
|
|
|
"Name of the referent."
|
|
|
|
### fn withUid
|
|
|
|
```ts
|
|
withUid(uid)
|
|
```
|
|
|
|
"UID of the referent." |