Uses of Class
io.kubernetes.client.openapi.models.V1SelfSubjectRulesReview
Packages that use V1SelfSubjectRulesReview
-
Uses of V1SelfSubjectRulesReview in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1SelfSubjectRulesReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateSelfSubjectRulesReviewRequest.execute()
Execute createSelfSubjectRulesReview requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1SelfSubjectRulesReviewModifier and TypeMethodDescriptionAuthorizationV1Api.APIcreateSelfSubjectRulesReviewRequest.executeWithHttpInfo()
Execute createSelfSubjectRulesReview request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1SelfSubjectRulesReviewModifier and TypeMethodDescriptionAuthorizationV1Api.createSelfSubjectRulesReview
(V1SelfSubjectRulesReview body) create a SelfSubjectRulesReviewMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1SelfSubjectRulesReviewModifier and TypeMethodDescriptionokhttp3.Call
AuthorizationV1Api.APIcreateSelfSubjectRulesReviewRequest.executeAsync
(ApiCallback<V1SelfSubjectRulesReview> _callback) Execute createSelfSubjectRulesReview request (asynchronously) -
Uses of V1SelfSubjectRulesReview in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SelfSubjectRulesReviewModifier and TypeMethodDescriptionV1SelfSubjectRulesReview.apiVersion
(String apiVersion) static V1SelfSubjectRulesReview
Create an instance of V1SelfSubjectRulesReview given an JSON stringV1SelfSubjectRulesReview.metadata
(V1ObjectMeta metadata) V1SelfSubjectRulesReview.spec
(V1SelfSubjectRulesReviewSpec spec) V1SelfSubjectRulesReview.status
(V1SubjectRulesReviewStatus status)