Class NetworkSelectionElementBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkSelectionElementFluent<NetworkSelectionElementBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkSelectionElementBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<NetworkSelectionElement>,io.fabric8.kubernetes.api.builder.Visitable<NetworkSelectionElementBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<NetworkSelectionElement,NetworkSelectionElementBuilder>
public class NetworkSelectionElementBuilder extends NetworkSelectionElementFluent<NetworkSelectionElementBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<NetworkSelectionElement,NetworkSelectionElementBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkSelectionElementFluent
NetworkSelectionElementFluent.BandwidthNested<N>, NetworkSelectionElementFluent.PortMappingsNested<N>
-
-
Constructor Summary
Constructors Constructor Description NetworkSelectionElementBuilder()NetworkSelectionElementBuilder(NetworkSelectionElement instance)NetworkSelectionElementBuilder(NetworkSelectionElementFluent<?> fluent)NetworkSelectionElementBuilder(NetworkSelectionElementFluent<?> fluent, NetworkSelectionElement instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkSelectionElementbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkSelectionElementFluent
addAllToDefaultRoute, addAllToIps, addAllToPortMappings, addNewPortMapping, addNewPortMapping, addNewPortMappingLike, addToAdditionalProperties, addToAdditionalProperties, addToCniArgs, addToCniArgs, addToDefaultRoute, addToDefaultRoute, addToIps, addToIps, addToPortMappings, addToPortMappings, buildBandwidth, buildFirstPortMapping, buildLastPortMapping, buildMatchingPortMapping, buildPortMapping, buildPortMappings, copyInstance, editBandwidth, editFirstPortMapping, editLastPortMapping, editMatchingPortMapping, editOrNewBandwidth, editOrNewBandwidthLike, editPortMapping, equals, getAdditionalProperties, getCniArgs, getDefaultRoute, getDefaultRoute, getFirstDefaultRoute, getFirstIp, getInfinibandGuid, getInterface, getIp, getIpamClaimReference, getIps, getLastDefaultRoute, getLastIp, getMac, getMatchingDefaultRoute, getMatchingIp, getName, getNamespace, hasAdditionalProperties, hasBandwidth, hasCniArgs, hasDefaultRoute, hashCode, hasInfinibandGuid, hasInterface, hasIpamClaimReference, hasIps, hasMac, hasMatchingDefaultRoute, hasMatchingIp, hasMatchingPortMapping, hasName, hasNamespace, hasPortMappings, removeAllFromDefaultRoute, removeAllFromIps, removeAllFromPortMappings, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromCniArgs, removeFromCniArgs, removeFromDefaultRoute, removeFromIps, removeFromPortMappings, removeMatchingFromPortMappings, setNewPortMappingLike, setToDefaultRoute, setToIps, setToPortMappings, toString, withAdditionalProperties, withBandwidth, withCniArgs, withDefaultRoute, withDefaultRoute, withInfinibandGuid, withInterface, withIpamClaimReference, withIps, withIps, withMac, withName, withNamespace, withNewBandwidth, withNewBandwidth, withNewBandwidthLike, withPortMappings, withPortMappings
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
NetworkSelectionElementBuilder
public NetworkSelectionElementBuilder()
-
NetworkSelectionElementBuilder
public NetworkSelectionElementBuilder(NetworkSelectionElementFluent<?> fluent)
-
NetworkSelectionElementBuilder
public NetworkSelectionElementBuilder(NetworkSelectionElementFluent<?> fluent, NetworkSelectionElement instance)
-
NetworkSelectionElementBuilder
public NetworkSelectionElementBuilder(NetworkSelectionElement instance)
-
-
Method Detail
-
build
public NetworkSelectionElement build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<NetworkSelectionElement>
-
-