Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkSelectionElementFluent.PortMappingsNested
-
Packages that use NetworkSelectionElementFluent.PortMappingsNested Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of NetworkSelectionElementFluent.PortMappingsNested in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return NetworkSelectionElementFluent.PortMappingsNested Modifier and Type Method Description NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. addNewPortMapping()NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. addNewPortMappingLike(PortMapEntry item)NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. editFirstPortMapping()NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. editLastPortMapping()NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. editMatchingPortMapping(Predicate<PortMapEntryBuilder> predicate)NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. editPortMapping(int index)NetworkSelectionElementFluent.PortMappingsNested<A>NetworkSelectionElementFluent. setNewPortMappingLike(int index, PortMapEntry item)
-