k8s-libsonnet/docs/1.34/authentication/v1/boundObjectReference.md
2026-02-05 11:20:47 +00:00

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."