Class ChannelGateBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGateFluent<ChannelGateBuilder>
-
- io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGateBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ChannelGate>,io.fabric8.kubernetes.api.builder.Visitable<ChannelGateBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelGate,ChannelGateBuilder>
public class ChannelGateBuilder extends ChannelGateFluent<ChannelGateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ChannelGate,ChannelGateBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGateFluent
ChannelGateFluent.LabelSelectorNested<N>
-
-
Constructor Summary
Constructors Constructor Description ChannelGateBuilder()ChannelGateBuilder(ChannelGate instance)ChannelGateBuilder(ChannelGateFluent<?> fluent)ChannelGateBuilder(ChannelGateFluent<?> fluent, ChannelGate instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelGatebuild()-
Methods inherited from class io.fabric8.openclustermanagement.api.model.apps.v1.ChannelGateFluent
addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, buildLabelSelector, copyInstance, editLabelSelector, editOrNewLabelSelector, editOrNewLabelSelectorLike, equals, getAdditionalProperties, getAnnotations, getName, hasAdditionalProperties, hasAnnotations, hashCode, hasLabelSelector, hasName, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, toString, withAdditionalProperties, withAnnotations, withLabelSelector, withName, withNewLabelSelector, withNewLabelSelectorLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ChannelGateBuilder
public ChannelGateBuilder()
-
ChannelGateBuilder
public ChannelGateBuilder(ChannelGateFluent<?> fluent)
-
ChannelGateBuilder
public ChannelGateBuilder(ChannelGateFluent<?> fluent, ChannelGate instance)
-
ChannelGateBuilder
public ChannelGateBuilder(ChannelGate instance)
-
-
Method Detail
-
build
public ChannelGate build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ChannelGate>
-
-