Uses of Class
io.kubernetes.client.openapi.models.V1alpha1SelfSubjectReview
Packages that use V1alpha1SelfSubjectReview
-
Uses of V1alpha1SelfSubjectReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1alpha1Api.createSelfSubjectReview
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectReviewMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1alpha1Api.createSelfSubjectReviewWithHttpInfo
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectReviewMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1SelfSubjectReviewModifier and TypeMethodDescriptionAuthenticationV1alpha1Api.createSelfSubjectReview
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectReviewokhttp3.Call
AuthenticationV1alpha1Api.createSelfSubjectReviewAsync
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1alpha1SelfSubjectReview> _callback) (asynchronously) create a SelfSubjectReviewokhttp3.Call
AuthenticationV1alpha1Api.createSelfSubjectReviewCall
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createSelfSubjectReviewAuthenticationV1alpha1Api.createSelfSubjectReviewWithHttpInfo
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty) create a SelfSubjectReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1SelfSubjectReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthenticationV1alpha1Api.createSelfSubjectReviewAsync
(V1alpha1SelfSubjectReview body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<V1alpha1SelfSubjectReview> _callback) (asynchronously) create a SelfSubjectReview -
Uses of V1alpha1SelfSubjectReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1SelfSubjectReviewModifier and TypeMethodDescriptionV1alpha1SelfSubjectReview.apiVersion
(String apiVersion) V1alpha1SelfSubjectReview.metadata
(V1ObjectMeta metadata) V1alpha1SelfSubjectReview.status
(V1alpha1SelfSubjectReviewStatus status)