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