Uses of Class
io.kubernetes.client.openapi.models.V1SubjectAccessReview
Packages that use V1SubjectAccessReview
-
Uses of V1SubjectAccessReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateSubjectAccessReviewRequest.execute()
Execute createSubjectAccessReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateSubjectAccessReviewRequest.executeWithHttpInfo()
Execute createSubjectAccessReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1SubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSubjectAccessReview
(V1SubjectAccessReview body) create a SubjectAccessReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SubjectAccessReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthorizationV1Api.APIcreateSubjectAccessReviewRequest.executeAsync
(ApiCallback<V1SubjectAccessReview> _callback) Execute createSubjectAccessReview request (asynchronously) -
Uses of V1SubjectAccessReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SubjectAccessReviewModifier and TypeMethodDescriptionV1SubjectAccessReview.apiVersion
(String apiVersion) static V1SubjectAccessReview
Create an instance of V1SubjectAccessReview given an JSON stringV1SubjectAccessReview.metadata
(V1ObjectMeta metadata) V1SubjectAccessReview.spec
(V1SubjectAccessReviewSpec spec) V1SubjectAccessReview.status
(V1SubjectAccessReviewStatus status)