Uses of Class
io.fabric8.openshift.api.model.operator.v1.OVNKubernetesConfig
-
Packages that use OVNKubernetesConfig Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OVNKubernetesConfig in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OVNKubernetesConfig Modifier and Type Method Description OVNKubernetesConfigOVNKubernetesConfigBuilder. build()OVNKubernetesConfigDefaultNetworkDefinitionFluent. buildOvnKubernetesConfig()OVNKubernetesConfigDefaultNetworkDefinition. getOvnKubernetesConfig()DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OVNKubernetesConfig Modifier and Type Method Description protected voidOVNKubernetesConfigFluent. copyInstance(OVNKubernetesConfig instance)DefaultNetworkDefinitionFluent.OvnKubernetesConfigNested<A>DefaultNetworkDefinitionFluent. editOrNewOvnKubernetesConfigLike(OVNKubernetesConfig item)voidDefaultNetworkDefinition. setOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one "Config" that matches the type.DefaultNetworkDefinitionFluent.OvnKubernetesConfigNested<A>DefaultNetworkDefinitionFluent. withNewOvnKubernetesConfigLike(OVNKubernetesConfig item)ADefaultNetworkDefinitionFluent. withOvnKubernetesConfig(OVNKubernetesConfig ovnKubernetesConfig)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OVNKubernetesConfig Constructor Description DefaultNetworkDefinition(OpenShiftSDNConfig openshiftSDNConfig, OVNKubernetesConfig ovnKubernetesConfig, String type)OVNKubernetesConfigBuilder(OVNKubernetesConfig instance)OVNKubernetesConfigBuilder(OVNKubernetesConfigFluent<?> fluent, OVNKubernetesConfig instance)OVNKubernetesConfigFluent(OVNKubernetesConfig instance)
-