Uses of Class
io.fabric8.openshift.api.model.SubjectAccessReview
-
Packages that use SubjectAccessReview Package Description io.fabric8.openshift.api.model -
-
Uses of SubjectAccessReview in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SubjectAccessReview Modifier and Type Method Description SubjectAccessReviewSubjectAccessReviewBuilder. build()Methods in io.fabric8.openshift.api.model with parameters of type SubjectAccessReview Modifier and Type Method Description protected voidSubjectAccessReviewFluent. copyInstance(SubjectAccessReview instance)Constructors in io.fabric8.openshift.api.model with parameters of type SubjectAccessReview Constructor Description SubjectAccessReviewBuilder(SubjectAccessReview instance)SubjectAccessReviewBuilder(SubjectAccessReviewFluent<?> fluent, SubjectAccessReview instance)SubjectAccessReviewFluent(SubjectAccessReview instance)
-