Uses of Class
io.kubernetes.client.openapi.models.V1SelfSubjectReview
Packages that use V1SelfSubjectReview
-
Uses of V1SelfSubjectReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1Api.APIcreateSelfSubjectReviewRequest.execute()
Execute createSelfSubjectReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1Api.APIcreateSelfSubjectReviewRequest.executeWithHttpInfo()
Execute createSelfSubjectReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1Api.createSelfSubjectReview
(V1SelfSubjectReview body) create a SelfSubjectReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SelfSubjectReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthenticationV1Api.APIcreateSelfSubjectReviewRequest.executeAsync
(ApiCallback<V1SelfSubjectReview> _callback) Execute createSelfSubjectReview request (asynchronously) -
Uses of V1SelfSubjectReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SelfSubjectReviewModifier and TypeMethodDescriptionV1SelfSubjectReview.apiVersion
(String apiVersion) static V1SelfSubjectReview
Create an instance of V1SelfSubjectReview given an JSON stringV1SelfSubjectReview.metadata
(V1ObjectMeta metadata) V1SelfSubjectReview.status
(V1SelfSubjectReviewStatus status)