Uses of Class
io.kubernetes.client.openapi.models.V1TokenReviewStatus
Packages that use V1TokenReviewStatus
-
Uses of V1TokenReviewStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TokenReviewStatusModifier and TypeMethodDescriptionV1TokenReviewStatus.addAudiencesItem
(String audiencesItem) V1TokenReviewStatus.authenticated
(Boolean authenticated) static V1TokenReviewStatus
Create an instance of V1TokenReviewStatus given an JSON stringV1TokenReview.getStatus()
Get statusV1TokenReviewStatus.user
(V1UserInfo user) Methods in io.kubernetes.client.openapi.models with parameters of type V1TokenReviewStatusModifier and TypeMethodDescriptionvoid
V1TokenReview.setStatus
(V1TokenReviewStatus status) V1TokenReview.status
(V1TokenReviewStatus status)