Class HostSubnetBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnetFluent<HostSubnetBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnetBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<HostSubnet>,io.fabric8.kubernetes.api.builder.Visitable<HostSubnetBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<HostSubnet,HostSubnetBuilder>
public class HostSubnetBuilder extends HostSubnetFluent<HostSubnetBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<HostSubnet,HostSubnetBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnetFluent
HostSubnetFluent.MetadataNested<N>
-
-
Constructor Summary
Constructors Constructor Description HostSubnetBuilder()HostSubnetBuilder(HostSubnet instance)HostSubnetBuilder(HostSubnetFluent<?> fluent)HostSubnetBuilder(HostSubnetFluent<?> fluent, HostSubnet instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostSubnetbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnetFluent
addAllToEgressCIDRs, addAllToEgressIPs, addToAdditionalProperties, addToAdditionalProperties, addToEgressCIDRs, addToEgressCIDRs, addToEgressIPs, addToEgressIPs, buildMetadata, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, equals, getAdditionalProperties, getApiVersion, getEgressCIDR, getEgressCIDRs, getEgressIP, getEgressIPs, getFirstEgressCIDR, getFirstEgressIP, getHost, getHostIP, getKind, getLastEgressCIDR, getLastEgressIP, getMatchingEgressCIDR, getMatchingEgressIP, getSubnet, hasAdditionalProperties, hasApiVersion, hasEgressCIDRs, hasEgressIPs, hashCode, hasHost, hasHostIP, hasKind, hasMatchingEgressCIDR, hasMatchingEgressIP, hasMetadata, hasSubnet, removeAllFromEgressCIDRs, removeAllFromEgressIPs, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromEgressCIDRs, removeFromEgressIPs, setToEgressCIDRs, setToEgressIPs, toString, withAdditionalProperties, withApiVersion, withEgressCIDRs, withEgressCIDRs, withEgressIPs, withEgressIPs, withHost, withHostIP, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withSubnet
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
HostSubnetBuilder
public HostSubnetBuilder()
-
HostSubnetBuilder
public HostSubnetBuilder(HostSubnetFluent<?> fluent)
-
HostSubnetBuilder
public HostSubnetBuilder(HostSubnetFluent<?> fluent, HostSubnet instance)
-
HostSubnetBuilder
public HostSubnetBuilder(HostSubnet instance)
-
-
Method Detail
-
build
public HostSubnet build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<HostSubnet>
-
-