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.createTokenReview
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1TokenReviewModifier and TypeMethodDescriptionAuthenticationV1Api.createTokenReviewWithHttpInfo
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewMethods in io.kubernetes.client.openapi.apis with parameters of type V1TokenReviewModifier and TypeMethodDescriptionAuthenticationV1Api.createTokenReview
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewokhttp3.Call
AuthenticationV1Api.createTokenReviewAsync
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1TokenReview> _callback) (asynchronously) create a TokenReviewokhttp3.Call
AuthenticationV1Api.createTokenReviewCall
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createTokenReviewAuthenticationV1Api.createTokenReviewWithHttpInfo
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a TokenReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1TokenReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthenticationV1Api.createTokenReviewAsync
(V1TokenReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1TokenReview> _callback) (asynchronously) create a TokenReview -
Uses of V1TokenReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1TokenReviewModifier and TypeMethodDescriptionV1TokenReview.apiVersion
(String apiVersion) V1TokenReview.metadata
(V1ObjectMeta metadata) V1TokenReview.spec
(V1TokenReviewSpec spec) V1TokenReview.status
(V1TokenReviewStatus status)