Uses of Class
io.fabric8.kubernetes.api.model.authentication.v1beta1.TokenReviewSpec
-
Packages that use TokenReviewSpec Package Description io.fabric8.kubernetes.api.model.authentication.v1beta1 -
-
Uses of TokenReviewSpec in io.fabric8.kubernetes.api.model.authentication.v1beta1
Methods in io.fabric8.kubernetes.api.model.authentication.v1beta1 that return TokenReviewSpec Modifier and Type Method Description TokenReviewSpecTokenReviewSpecBuilder. build()TokenReviewSpecTokenReviewFluent. buildSpec()TokenReviewSpecTokenReview. getSpec()TokenReview attempts to authenticate a token to a known user.Methods in io.fabric8.kubernetes.api.model.authentication.v1beta1 with parameters of type TokenReviewSpec Modifier and Type Method Description protected voidTokenReviewSpecFluent. copyInstance(TokenReviewSpec instance)TokenReviewFluent.SpecNested<A>TokenReviewFluent. editOrNewSpecLike(TokenReviewSpec item)voidTokenReview. setSpec(TokenReviewSpec spec)TokenReview attempts to authenticate a token to a known user.TokenReviewFluent.SpecNested<A>TokenReviewFluent. withNewSpecLike(TokenReviewSpec item)ATokenReviewFluent. withSpec(TokenReviewSpec spec)Constructors in io.fabric8.kubernetes.api.model.authentication.v1beta1 with parameters of type TokenReviewSpec Constructor Description TokenReview(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TokenReviewSpec spec, TokenReviewStatus status)TokenReviewSpecBuilder(TokenReviewSpec instance)TokenReviewSpecBuilder(TokenReviewSpecFluent<?> fluent, TokenReviewSpec instance)TokenReviewSpecFluent(TokenReviewSpec instance)
-