Uses of Class
io.kubernetes.client.openapi.models.V1SelfSubjectAccessReview
Packages that use V1SelfSubjectAccessReview
-
Uses of V1SelfSubjectAccessReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSelfSubjectAccessReview
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewMethods in io.kubernetes.client.openapi.apis with parameters of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSelfSubjectAccessReview
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectAccessReviewAsync
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1SelfSubjectAccessReview> _callback) (asynchronously) create a SelfSubjectAccessReviewokhttp3.Call
AuthorizationV1Api.createSelfSubjectAccessReviewCall
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createSelfSubjectAccessReviewAuthorizationV1Api.createSelfSubjectAccessReviewWithHttpInfo
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectAccessReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthorizationV1Api.createSelfSubjectAccessReviewAsync
(V1SelfSubjectAccessReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1SelfSubjectAccessReview> _callback) (asynchronously) create a SelfSubjectAccessReview -
Uses of V1SelfSubjectAccessReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionV1SelfSubjectAccessReview.apiVersion
(String apiVersion) V1SelfSubjectAccessReview.metadata
(V1ObjectMeta metadata) V1SelfSubjectAccessReview.spec
(V1SelfSubjectAccessReviewSpec spec) V1SelfSubjectAccessReview.status
(V1SubjectAccessReviewStatus status)