Uses of Class
io.fabric8.kubernetes.api.model.authentication.TokenReview
-
Packages that use TokenReview Package Description io.fabric8.kubernetes.api.model.authentication -
-
Uses of TokenReview in io.fabric8.kubernetes.api.model.authentication
Methods in io.fabric8.kubernetes.api.model.authentication that return TokenReview Modifier and Type Method Description TokenReviewTokenReviewBuilder. build()Methods in io.fabric8.kubernetes.api.model.authentication with parameters of type TokenReview Modifier and Type Method Description protected voidTokenReviewFluent. copyInstance(TokenReview instance)Constructors in io.fabric8.kubernetes.api.model.authentication with parameters of type TokenReview Constructor Description TokenReviewBuilder(TokenReview instance)TokenReviewBuilder(TokenReviewFluent<?> fluent, TokenReview instance)TokenReviewFluent(TokenReview instance)
-