Uses of Class
io.fabric8.openshift.api.model.installer.v1.OVNKubernetesConfig
-
Packages that use OVNKubernetesConfig Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of OVNKubernetesConfig in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return OVNKubernetesConfig Modifier and Type Method Description OVNKubernetesConfigOVNKubernetesConfigBuilder. build()OVNKubernetesConfigNetworkingFluent. buildOvnKubernetesConfig()OVNKubernetesConfigNetworking. getOvnKubernetesConfig()Networking defines the pod network provider in the cluster.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type OVNKubernetesConfig Modifier and Type Method Description protected voidOVNKubernetesConfigFluent. copyInstance(OVNKubernetesConfig instance)NetworkingFluent.OvnKubernetesConfigNested<A>NetworkingFluent. editOrNewOvnKubernetesConfigLike(OVNKubernetesConfig item)voidNetworking. setOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)Networking defines the pod network provider in the cluster.NetworkingFluent.OvnKubernetesConfigNested<A>NetworkingFluent. withNewOvnKubernetesConfigLike(OVNKubernetesConfig item)ANetworkingFluent. withOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type OVNKubernetesConfig 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)OVNKubernetesConfigBuilder(OVNKubernetesConfig instance)OVNKubernetesConfigBuilder(OVNKubernetesConfigFluent<?> fluent, OVNKubernetesConfig instance)OVNKubernetesConfigFluent(OVNKubernetesConfig instance)
-