Uses of Class
io.kubernetes.client.openapi.models.V1TokenReview
Packages that use V1TokenReview
-
Uses of V1TokenReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1TokenReviewModifier and TypeMethodDescriptionAuthenticationV1Api.APIcreateTokenReviewRequest.execute()
Execute createTokenReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1TokenReviewModifier and TypeMethodDescriptionAuthenticationV1Api.APIcreateTokenReviewRequest.executeWithHttpInfo()
Execute createTokenReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1TokenReviewModifier and TypeMethodDescriptionAuthenticationV1Api.createTokenReview
(V1TokenReview body) create a TokenReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1TokenReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthenticationV1Api.APIcreateTokenReviewRequest.executeAsync
(ApiCallback<V1TokenReview> _callback) Execute createTokenReview request (asynchronously) -
Uses of V1TokenReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TokenReviewModifier and TypeMethodDescriptionV1TokenReview.apiVersion
(String apiVersion) static V1TokenReview
Create an instance of V1TokenReview given an JSON stringV1TokenReview.metadata
(V1ObjectMeta metadata) V1TokenReview.spec
(V1TokenReviewSpec spec) V1TokenReview.status
(V1TokenReviewStatus status)