public interface TokenRequestable
| Modifier and Type | Method and Description |
|---|---|
default io.fabric8.kubernetes.api.model.authentication.TokenRequest |
tokenRequest()
Request a token to authenticate to the kubernetes api server as the given service account.
|
io.fabric8.kubernetes.api.model.authentication.TokenRequest |
tokenRequest(io.fabric8.kubernetes.api.model.authentication.TokenRequest tokenRequest)
Request a token to authenticate to the kubernetes api server as the given service account.
|
default io.fabric8.kubernetes.api.model.authentication.TokenRequest tokenRequest()
io.fabric8.kubernetes.api.model.authentication.TokenRequest tokenRequest(io.fabric8.kubernetes.api.model.authentication.TokenRequest tokenRequest)
tokenRequest - TokenRequestCopyright © 2015–2023 Red Hat. All rights reserved.