Uses of Class
io.fabric8.openshift.api.model.SecurityContextConstraints
-
Packages that use SecurityContextConstraints Package Description io.fabric8.openshift.api.model -
-
Uses of SecurityContextConstraints in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return SecurityContextConstraints Modifier and Type Method Description SecurityContextConstraintsSecurityContextConstraintsBuilder. build()SecurityContextConstraintsSecurityContextConstraintsListFluent. buildFirstItem()SecurityContextConstraintsSecurityContextConstraintsListFluent. buildItem(int index)SecurityContextConstraintsSecurityContextConstraintsListFluent. buildLastItem()SecurityContextConstraintsSecurityContextConstraintsListFluent. buildMatchingItem(Predicate<SecurityContextConstraintsBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type SecurityContextConstraints Modifier and Type Method Description List<SecurityContextConstraints>SecurityContextConstraintsListFluent. buildItems()List<SecurityContextConstraints>SecurityContextConstraintsList. getItems()List of security context constraints.Methods in io.fabric8.openshift.api.model with parameters of type SecurityContextConstraints Modifier and Type Method Description SecurityContextConstraintsListFluent.ItemsNested<A>SecurityContextConstraintsListFluent. addNewItemLike(SecurityContextConstraints item)ASecurityContextConstraintsListFluent. addToItems(int index, SecurityContextConstraints item)ASecurityContextConstraintsListFluent. addToItems(SecurityContextConstraints... items)protected voidSecurityContextConstraintsFluent. copyInstance(SecurityContextConstraints instance)ASecurityContextConstraintsListFluent. removeFromItems(SecurityContextConstraints... items)SecurityContextConstraintsListFluent.ItemsNested<A>SecurityContextConstraintsListFluent. setNewItemLike(int index, SecurityContextConstraints item)ASecurityContextConstraintsListFluent. setToItems(int index, SecurityContextConstraints item)ASecurityContextConstraintsListFluent. withItems(SecurityContextConstraints... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type SecurityContextConstraints Modifier and Type Method Description ASecurityContextConstraintsListFluent. addAllToItems(Collection<SecurityContextConstraints> items)ASecurityContextConstraintsListFluent. removeAllFromItems(Collection<SecurityContextConstraints> items)voidSecurityContextConstraintsList. setItems(List<SecurityContextConstraints> items)List of security context constraints.ASecurityContextConstraintsListFluent. withItems(List<SecurityContextConstraints> items)Constructors in io.fabric8.openshift.api.model with parameters of type SecurityContextConstraints Constructor Description SecurityContextConstraintsBuilder(SecurityContextConstraints instance)SecurityContextConstraintsBuilder(SecurityContextConstraintsFluent<?> fluent, SecurityContextConstraints instance)SecurityContextConstraintsFluent(SecurityContextConstraints instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type SecurityContextConstraints Constructor Description SecurityContextConstraintsList(String apiVersion, List<SecurityContextConstraints> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-