Uses of Class
io.kubernetes.client.openapi.models.V1LocalSubjectAccessReview
Packages that use V1LocalSubjectAccessReview
-
Uses of V1LocalSubjectAccessReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateNamespacedLocalSubjectAccessReviewRequest.execute()
Execute createNamespacedLocalSubjectAccessReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateNamespacedLocalSubjectAccessReviewRequest.executeWithHttpInfo()
Execute createNamespacedLocalSubjectAccessReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createNamespacedLocalSubjectAccessReview
(String namespace, V1LocalSubjectAccessReview body) create a LocalSubjectAccessReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthorizationV1Api.APIcreateNamespacedLocalSubjectAccessReviewRequest.executeAsync
(ApiCallback<V1LocalSubjectAccessReview> _callback) Execute createNamespacedLocalSubjectAccessReview request (asynchronously) -
Uses of V1LocalSubjectAccessReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionV1LocalSubjectAccessReview.apiVersion
(String apiVersion) static V1LocalSubjectAccessReview
Create an instance of V1LocalSubjectAccessReview given an JSON stringV1LocalSubjectAccessReview.metadata
(V1ObjectMeta metadata) V1LocalSubjectAccessReview.spec
(V1SubjectAccessReviewSpec spec) V1LocalSubjectAccessReview.status
(V1SubjectAccessReviewStatus status)