Uses of Class
io.fabric8.openshift.api.model.config.v1.ClusterNetworkEntry
-
Packages that use ClusterNetworkEntry Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ClusterNetworkEntry in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ClusterNetworkEntry Modifier and Type Method Description ClusterNetworkEntryClusterNetworkEntryBuilder. build()ClusterNetworkEntryNetworkSpecFluent. buildClusterNetwork(int index)ClusterNetworkEntryNetworkStatusFluent. buildClusterNetwork(int index)ClusterNetworkEntryNetworkSpecFluent. buildFirstClusterNetwork()ClusterNetworkEntryNetworkStatusFluent. buildFirstClusterNetwork()ClusterNetworkEntryNetworkSpecFluent. buildLastClusterNetwork()ClusterNetworkEntryNetworkStatusFluent. buildLastClusterNetwork()ClusterNetworkEntryNetworkSpecFluent. buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)ClusterNetworkEntryNetworkStatusFluent. buildMatchingClusterNetwork(Predicate<ClusterNetworkEntryBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type ClusterNetworkEntry Modifier and Type Method Description List<ClusterNetworkEntry>NetworkSpecFluent. buildClusterNetwork()List<ClusterNetworkEntry>NetworkStatusFluent. buildClusterNetwork()List<ClusterNetworkEntry>NetworkSpec. getClusterNetwork()IP address pool to use for pod IPs.List<ClusterNetworkEntry>NetworkStatus. getClusterNetwork()IP address pool to use for pod IPs.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type ClusterNetworkEntry Modifier and Type Method Description ANetworkSpecFluent. addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkStatusFluent. addAllToClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkSpecFluent. removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)ANetworkStatusFluent. removeAllFromClusterNetwork(Collection<ClusterNetworkEntry> items)voidNetworkSpec. setClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)IP address pool to use for pod IPs.voidNetworkStatus. setClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)IP address pool to use for pod IPs.ANetworkSpecFluent. withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)ANetworkStatusFluent. withClusterNetwork(List<ClusterNetworkEntry> clusterNetwork)Constructors in io.fabric8.openshift.api.model.config.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.config.v1 with type arguments of type ClusterNetworkEntry Constructor Description NetworkSpec(List<ClusterNetworkEntry> clusterNetwork, ExternalIPConfig externalIP, NetworkDiagnostics networkDiagnostics, String networkType, List<String> serviceNetwork, String serviceNodePortRange)NetworkStatus(List<ClusterNetworkEntry> clusterNetwork, Integer clusterNetworkMTU, List<io.fabric8.kubernetes.api.model.Condition> conditions, NetworkMigration migration, String networkType, List<String> serviceNetwork)
-