Uses of Class
io.fabric8.openshift.api.model.RoleBindingRestrictionSpec
-
Packages that use RoleBindingRestrictionSpec Package Description io.fabric8.openshift.api.model -
-
Uses of RoleBindingRestrictionSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return RoleBindingRestrictionSpec Modifier and Type Method Description RoleBindingRestrictionSpecRoleBindingRestrictionSpecBuilder. build()RoleBindingRestrictionSpecRoleBindingRestrictionFluent. buildSpec()RoleBindingRestrictionSpecRoleBindingRestriction. getSpec()RoleBindingRestriction is an object that can be matched against a subject (user, group, or service account) to determine whether rolebindings on that subject are allowed in the namespace to which the RoleBindingRestriction belongs.Methods in io.fabric8.openshift.api.model with parameters of type RoleBindingRestrictionSpec Modifier and Type Method Description protected voidRoleBindingRestrictionSpecFluent. copyInstance(RoleBindingRestrictionSpec instance)RoleBindingRestrictionFluent.SpecNested<A>RoleBindingRestrictionFluent. editOrNewSpecLike(RoleBindingRestrictionSpec item)voidRoleBindingRestriction. setSpec(RoleBindingRestrictionSpec spec)RoleBindingRestriction is an object that can be matched against a subject (user, group, or service account) to determine whether rolebindings on that subject are allowed in the namespace to which the RoleBindingRestriction belongs.RoleBindingRestrictionFluent.SpecNested<A>RoleBindingRestrictionFluent. withNewSpecLike(RoleBindingRestrictionSpec item)ARoleBindingRestrictionFluent. withSpec(RoleBindingRestrictionSpec spec)Constructors in io.fabric8.openshift.api.model with parameters of type RoleBindingRestrictionSpec Constructor Description RoleBindingRestriction(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, RoleBindingRestrictionSpec spec)RoleBindingRestrictionSpecBuilder(RoleBindingRestrictionSpec instance)RoleBindingRestrictionSpecBuilder(RoleBindingRestrictionSpecFluent<?> fluent, RoleBindingRestrictionSpec instance)RoleBindingRestrictionSpecFluent(RoleBindingRestrictionSpec instance)
-