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