Uses of Class
io.fabric8.openshift.api.model.operator.v1.ClusterNetworkEntry
-
Packages that use ClusterNetworkEntry Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of ClusterNetworkEntry in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return ClusterNetworkEntry Modifier and Type Method Description ClusterNetworkEntryClusterNetworkEntryBuilder. build()ClusterNetworkEntryNetworkSpecFluent. buildClusterNetwork(int index)ClusterNetworkEntryNetworkSpecFluent. buildFirstClusterNetwork()ClusterNetworkEntryHybridOverlayConfigFluent. buildFirstHybridClusterNetwork()ClusterNetworkEntryHybridOverlayConfigFluent. buildHybridClusterNetwork(int index)ClusterNetworkEntryNetworkSpecFluent. buildLastClusterNetwork()ClusterNetworkEntryHybridOverlayConfigFluent. buildLastHybridClusterNetwork()ClusterNetworkEntryNetworkSpecFluent. buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)ClusterNetworkEntryHybridOverlayConfigFluent. buildMatchingHybridClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type ClusterNetworkEntry Modifier and Type Method Description List<ClusterNetworkEntry>NetworkSpecFluent. buildClusterNetwork()List<ClusterNetworkEntry>HybridOverlayConfigFluent. buildHybridClusterNetwork()List<ClusterNetworkEntry>NetworkSpec. getClusterNetwork()clusterNetwork is the IP address pool to use for pod IPs.List<ClusterNetworkEntry>HybridOverlayConfig. getHybridClusterNetwork()hybridClusterNetwork defines a network space given to nodes on an additional overlay network.Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type ClusterNetworkEntry Modifier and Type Method Description ANetworkSpecFluent. addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)AHybridOverlayConfigFluent. addAllToHybridClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkSpecFluent. removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)AHybridOverlayConfigFluent. removeAllFromHybridClusterNetwork(Collection<ClusterNetworkEntry> items)voidNetworkSpec. setClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)clusterNetwork is the IP address pool to use for pod IPs.voidHybridOverlayConfig. setHybridClusterNetwork(List<ClusterNetworkEntry> hybridClusterNetwork)hybridClusterNetwork defines a network space given to nodes on an additional overlay network.ANetworkSpecFluent. withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)AHybridOverlayConfigFluent. withHybridClusterNetwork(List<ClusterNetworkEntry> hybridClusterNetwork)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterNetworkEntry Constructor Description ClusterNetworkEntryBuilder(ClusterNetworkEntry instance)ClusterNetworkEntryBuilder(ClusterNetworkEntryFluent<?> fluent, ClusterNetworkEntry instance)ClusterNetworkEntryFluent(ClusterNetworkEntry instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type ClusterNetworkEntry Constructor Description HybridOverlayConfig(List<ClusterNetworkEntry> hybridClusterNetwork, Long hybridOverlayVXLANPort)
-