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 types with arguments of type ClusterNetworkEntry Modifier and Type Method Description List<ClusterNetworkEntry>NetworkSpecFluent. buildClusterNetwork()List<ClusterNetworkEntry>NetworkSpecFluentImpl. buildClusterNetwork()List<ClusterNetworkEntry>HybridOverlayConfigFluent. buildHybridClusterNetwork()List<ClusterNetworkEntry>HybridOverlayConfigFluentImpl. buildHybridClusterNetwork()List<ClusterNetworkEntry>NetworkSpec. getClusterNetwork()List<ClusterNetworkEntry>NetworkSpecFluent. getClusterNetwork()Deprecated.List<ClusterNetworkEntry>NetworkSpecFluentImpl. getClusterNetwork()Deprecated.List<ClusterNetworkEntry>HybridOverlayConfig. getHybridClusterNetwork()List<ClusterNetworkEntry>HybridOverlayConfigFluent. getHybridClusterNetwork()Deprecated.List<ClusterNetworkEntry>HybridOverlayConfigFluentImpl. getHybridClusterNetwork()Deprecated.Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type ClusterNetworkEntry Constructor Description ClusterNetworkEntryBuilder(ClusterNetworkEntry instance)ClusterNetworkEntryBuilder(ClusterNetworkEntryFluent<?> fluent, ClusterNetworkEntry instance)ClusterNetworkEntryBuilder(ClusterNetworkEntryFluent<?> fluent, ClusterNetworkEntry instance, Boolean validationEnabled)ClusterNetworkEntryBuilder(ClusterNetworkEntry instance, Boolean validationEnabled)ClusterNetworkEntryFluentImpl(ClusterNetworkEntry instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type ClusterNetworkEntry Constructor Description HybridOverlayConfig(List<ClusterNetworkEntry> hybridClusterNetwork, Integer hybridOverlayVXLANPort)
-