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.APIcreateSelfSubjectAccessReviewRequest.execute()
Execute createSelfSubjectAccessReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateSelfSubjectAccessReviewRequest.executeWithHttpInfo()
Execute createSelfSubjectAccessReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSelfSubjectAccessReview
(V1SelfSubjectAccessReview body) create a SelfSubjectAccessReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthorizationV1Api.APIcreateSelfSubjectAccessReviewRequest.executeAsync
(ApiCallback<V1SelfSubjectAccessReview> _callback) Execute createSelfSubjectAccessReview request (asynchronously) -
Uses of V1SelfSubjectAccessReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SelfSubjectAccessReviewModifier and TypeMethodDescriptionV1SelfSubjectAccessReview.apiVersion
(String apiVersion) static V1SelfSubjectAccessReview
Create an instance of V1SelfSubjectAccessReview given an JSON stringV1SelfSubjectAccessReview.metadata
(V1ObjectMeta metadata) V1SelfSubjectAccessReview.spec
(V1SelfSubjectAccessReviewSpec spec) V1SelfSubjectAccessReview.status
(V1SubjectAccessReviewStatus status)