Uses of Class
io.fabric8.openshift.api.model.operator.v1.NetworkMigration
-
Packages that use NetworkMigration Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of NetworkMigration in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return NetworkMigration Modifier and Type Method Description NetworkMigrationNetworkMigrationBuilder. build()NetworkMigrationNetworkSpecFluent. buildMigration()NetworkMigrationNetworkSpec. getMigration()NetworkSpec is the top-level network configuration object.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type NetworkMigration Modifier and Type Method Description protected voidNetworkMigrationFluent. copyInstance(NetworkMigration instance)NetworkSpecFluent.MigrationNested<A>NetworkSpecFluent. editOrNewMigrationLike(NetworkMigration item)voidNetworkSpec. setMigration(NetworkMigration migration)NetworkSpec is the top-level network configuration object.ANetworkSpecFluent. withMigration(NetworkMigration migration)NetworkSpecFluent.MigrationNested<A>NetworkSpecFluent. withNewMigrationLike(NetworkMigration item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type NetworkMigration Constructor Description NetworkMigrationBuilder(NetworkMigration instance)NetworkMigrationBuilder(NetworkMigrationFluent<?> fluent, NetworkMigration instance)NetworkMigrationFluent(NetworkMigration instance)NetworkSpec(List<AdditionalNetworkDefinition> additionalNetworks, AdditionalRoutingCapabilities additionalRoutingCapabilities, List<ClusterNetworkEntry> clusterNetwork, DefaultNetworkDefinition defaultNetwork, Boolean deployKubeProxy, Boolean disableMultiNetwork, Boolean disableNetworkDiagnostics, ExportNetworkFlows exportNetworkFlows, ProxyConfig kubeProxyConfig, String logLevel, String managementState, NetworkMigration migration, Object observedConfig, String operatorLogLevel, List<String> serviceNetwork, Object unsupportedConfigOverrides, Boolean useMultiNetworkPolicy)
-