Uses of Class
io.fabric8.kubernetes.api.model.authentication.TokenRequest
-
Packages that use TokenRequest Package Description io.fabric8.kubernetes.api.model.authentication -
-
Uses of TokenRequest in io.fabric8.kubernetes.api.model.authentication
Methods in io.fabric8.kubernetes.api.model.authentication that return TokenRequest Modifier and Type Method Description TokenRequestTokenRequestBuilder. build()Methods in io.fabric8.kubernetes.api.model.authentication with parameters of type TokenRequest Modifier and Type Method Description protected voidTokenRequestFluent. copyInstance(TokenRequest instance)Constructors in io.fabric8.kubernetes.api.model.authentication with parameters of type TokenRequest Constructor Description TokenRequestBuilder(TokenRequest instance)TokenRequestBuilder(TokenRequestFluent<?> fluent, TokenRequest instance)TokenRequestFluent(TokenRequest instance)
-