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