Uses of Class
io.fabric8.openshift.api.model.operator.network.v1.OperatorPKI
-
Packages that use OperatorPKI Package Description io.fabric8.openshift.api.model.operator.network.v1 -
-
Uses of OperatorPKI in io.fabric8.openshift.api.model.operator.network.v1
Methods in io.fabric8.openshift.api.model.operator.network.v1 that return OperatorPKI Modifier and Type Method Description OperatorPKIOperatorPKIBuilder. build()OperatorPKIOperatorPKIListFluent. buildFirstItem()OperatorPKIOperatorPKIListFluent. buildItem(int index)OperatorPKIOperatorPKIListFluent. buildLastItem()OperatorPKIOperatorPKIListFluent. buildMatchingItem(Predicate<OperatorPKIBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.network.v1 that return types with arguments of type OperatorPKI Modifier and Type Method Description List<OperatorPKI>OperatorPKIListFluent. buildItems()List<OperatorPKI>OperatorPKIList. getItems()OperatorPKIList contains a list of OperatorPKIMethods in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type OperatorPKI Modifier and Type Method Description OperatorPKIListFluent.ItemsNested<A>OperatorPKIListFluent. addNewItemLike(OperatorPKI item)AOperatorPKIListFluent. addToItems(int index, OperatorPKI item)AOperatorPKIListFluent. addToItems(OperatorPKI... items)protected voidOperatorPKIFluent. copyInstance(OperatorPKI instance)AOperatorPKIListFluent. removeFromItems(OperatorPKI... items)OperatorPKIListFluent.ItemsNested<A>OperatorPKIListFluent. setNewItemLike(int index, OperatorPKI item)AOperatorPKIListFluent. setToItems(int index, OperatorPKI item)AOperatorPKIListFluent. withItems(OperatorPKI... items)Method parameters in io.fabric8.openshift.api.model.operator.network.v1 with type arguments of type OperatorPKI Modifier and Type Method Description AOperatorPKIListFluent. addAllToItems(Collection<OperatorPKI> items)AOperatorPKIListFluent. removeAllFromItems(Collection<OperatorPKI> items)voidOperatorPKIList. setItems(List<OperatorPKI> items)OperatorPKIList contains a list of OperatorPKIAOperatorPKIListFluent. withItems(List<OperatorPKI> items)Constructors in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type OperatorPKI Constructor Description OperatorPKIBuilder(OperatorPKI instance)OperatorPKIBuilder(OperatorPKIFluent<?> fluent, OperatorPKI instance)OperatorPKIFluent(OperatorPKI instance)Constructor parameters in io.fabric8.openshift.api.model.operator.network.v1 with type arguments of type OperatorPKI Constructor Description OperatorPKIList(String apiVersion, List<OperatorPKI> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-