Uses of Class
io.fabric8.openshift.api.model.operator.network.v1.MacvlanConfig
-
Packages that use MacvlanConfig Package Description io.fabric8.openshift.api.model.operator.network.v1 -
-
Uses of MacvlanConfig in io.fabric8.openshift.api.model.operator.network.v1
Methods in io.fabric8.openshift.api.model.operator.network.v1 that return MacvlanConfig Modifier and Type Method Description MacvlanConfigMacvlanConfigBuilder. build()MacvlanConfigEgressRouterInterfaceFluent. buildMacvlan()MacvlanConfigEgressRouterInterface. getMacvlan()EgressRouterInterface contains the configuration of interface to create/use.Methods in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type MacvlanConfig Modifier and Type Method Description protected voidMacvlanConfigFluent. copyInstance(MacvlanConfig instance)EgressRouterInterfaceFluent.MacvlanNested<A>EgressRouterInterfaceFluent. editOrNewMacvlanLike(MacvlanConfig item)voidEgressRouterInterface. setMacvlan(MacvlanConfig macvlan)EgressRouterInterface contains the configuration of interface to create/use.AEgressRouterInterfaceFluent. withMacvlan(MacvlanConfig macvlan)EgressRouterInterfaceFluent.MacvlanNested<A>EgressRouterInterfaceFluent. withNewMacvlanLike(MacvlanConfig item)Constructors in io.fabric8.openshift.api.model.operator.network.v1 with parameters of type MacvlanConfig Constructor Description EgressRouterInterface(MacvlanConfig macvlan)MacvlanConfigBuilder(MacvlanConfig instance)MacvlanConfigBuilder(MacvlanConfigFluent<?> fluent, MacvlanConfig instance)MacvlanConfigFluent(MacvlanConfig instance)
-