Uses of Class
io.fabric8.openshift.api.model.miscellaneous.network.v1.ClusterNetworkEntry
-
Packages that use ClusterNetworkEntry Package Description io.fabric8.openshift.api.model.miscellaneous.network.v1 -
-
Uses of ClusterNetworkEntry in io.fabric8.openshift.api.model.miscellaneous.network.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return ClusterNetworkEntry Modifier and Type Method Description ClusterNetworkEntryClusterNetworkEntryBuilder. build()ClusterNetworkEntryClusterNetworkFluent. buildClusterNetwork(int index)ClusterNetworkEntryClusterNetworkFluent. buildFirstClusterNetwork()ClusterNetworkEntryClusterNetworkFluent. buildLastClusterNetwork()ClusterNetworkEntryClusterNetworkFluent. buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 that return types with arguments of type ClusterNetworkEntry Modifier and Type Method Description List<ClusterNetworkEntry>ClusterNetworkFluent. buildClusterNetworks()List<ClusterNetworkEntry>ClusterNetwork. getClusterNetworks()clusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addresses from.Methods in io.fabric8.openshift.api.model.miscellaneous.network.v1 with parameters of type ClusterNetworkEntry Modifier and Type Method Description ClusterNetworkFluent.ClusterNetworksNested<A>ClusterNetworkFluent. addNewClusterNetworkLike(ClusterNetworkEntry item)AClusterNetworkFluent. addToClusterNetworks(int index, ClusterNetworkEntry item)AClusterNetworkFluent. addToClusterNetworks(ClusterNetworkEntry... items)protected voidClusterNetworkEntryFluent. copyInstance(ClusterNetworkEntry instance)AClusterNetworkFluent. removeFromClusterNetworks(ClusterNetworkEntry... items)ClusterNetworkFluent.ClusterNetworksNested<A>ClusterNetworkFluent. setNewClusterNetworkLike(int index, ClusterNetworkEntry item)AClusterNetworkFluent. setToClusterNetworks(int index, ClusterNetworkEntry item)AClusterNetworkFluent. withClusterNetworks(ClusterNetworkEntry... clusterNetworks)Method parameters in io.fabric8.openshift.api.model.miscellaneous.network.v1 with type arguments of type ClusterNetworkEntry Modifier and Type Method Description AClusterNetworkFluent. addAllToClusterNetworks(Collection<ClusterNetworkEntry> items)AClusterNetworkFluent. removeAllFromClusterNetworks(Collection<ClusterNetworkEntry> items)voidClusterNetwork. setClusterNetworks(List<ClusterNetworkEntry> clusterNetworks)clusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addresses from.AClusterNetworkFluent. withClusterNetworks(List<ClusterNetworkEntry> clusterNetworks)Constructors in io.fabric8.openshift.api.model.miscellaneous.network.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.miscellaneous.network.v1 with type arguments of type ClusterNetworkEntry Constructor Description ClusterNetwork(String apiVersion, List<ClusterNetworkEntry> clusterNetworks, Long hostsubnetlength, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Long mtu, String network, String pluginName, String serviceNetwork, Long vxlanPort)
-