Uses of Class
io.fabric8.openshift.api.model.installer.v1.ClusterNetworkEntry
-
Packages that use ClusterNetworkEntry Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of ClusterNetworkEntry in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return ClusterNetworkEntry Modifier and Type Method Description ClusterNetworkEntryClusterNetworkEntryBuilder. build()ClusterNetworkEntryNetworkingFluent. buildClusterNetwork(int index)ClusterNetworkEntryNetworkingFluent. buildClusterNetworkList(int index)ClusterNetworkEntryNetworkingFluent. buildFirstClusterNetwork()ClusterNetworkEntryNetworkingFluent. buildFirstClusterNetworkList()ClusterNetworkEntryNetworkingFluent. buildLastClusterNetwork()ClusterNetworkEntryNetworkingFluent. buildLastClusterNetworkList()ClusterNetworkEntryNetworkingFluent. buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)ClusterNetworkEntryNetworkingFluent. buildMatchingClusterNetworkList(Predicate<ClusterNetworkEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.installer.v1 that return types with arguments of type ClusterNetworkEntry Modifier and Type Method Description List<ClusterNetworkEntry>NetworkingFluent. buildClusterNetwork()List<ClusterNetworkEntry>NetworkingFluent. buildClusterNetworkList()List<ClusterNetworkEntry>Networking. getClusterNetwork()ClusterNetwork is the list of IP address pools for pods.List<ClusterNetworkEntry>Networking. getClusterNetworks()Deprecated name for ClusterNetworkMethod parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type ClusterNetworkEntry Modifier and Type Method Description ANetworkingFluent. addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkingFluent. addAllToClusterNetworkList(Collection<ClusterNetworkEntry> items)ANetworkingFluent. removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkingFluent. removeAllFromClusterNetworkList(Collection<ClusterNetworkEntry> items)voidNetworking. setClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)ClusterNetwork is the list of IP address pools for pods.voidNetworking. setClusterNetworks(List<ClusterNetworkEntry> clusterNetworkList)Deprecated name for ClusterNetworkANetworkingFluent. withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)ANetworkingFluent. withClusterNetworkList(List<ClusterNetworkEntry> clusterNetworkList)Constructors in io.fabric8.openshift.api.model.installer.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.installer.v1 with type arguments of type ClusterNetworkEntry Constructor Description Networking(List<ClusterNetworkEntry> clusterNetwork, Long clusterNetworkMTU, List<ClusterNetworkEntry> clusterNetworkList, String machineCIDR, List<MachineNetworkEntry> machineNetwork, String networkType, OVNKubernetesConfig ovnKubernetesConfig, String serviceCIDR, List<String> serviceNetwork, String type)
-