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.createNamespacedLocalSubjectAccessReview(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewMethods in io.kubernetes.client.openapi.apis with parameters of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createNamespacedLocalSubjectAccessReview(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewokhttp3.CallAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1LocalSubjectAccessReview> _callback) (asynchronously) create a LocalSubjectAccessReviewokhttp3.CallAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewCall(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedLocalSubjectAccessReviewAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewWithHttpInfo(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a LocalSubjectAccessReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionokhttp3.CallAuthorizationV1Api.createNamespacedLocalSubjectAccessReviewAsync(String namespace, V1LocalSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1LocalSubjectAccessReview> _callback) (asynchronously) create a LocalSubjectAccessReview -
Uses of V1LocalSubjectAccessReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LocalSubjectAccessReviewModifier and TypeMethodDescriptionV1LocalSubjectAccessReview.apiVersion(String apiVersion) V1LocalSubjectAccessReview.metadata(V1ObjectMeta metadata) V1LocalSubjectAccessReview.spec(V1SubjectAccessReviewSpec spec) V1LocalSubjectAccessReview.status(V1SubjectAccessReviewStatus status)