Class IngressSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.operator.v1.IngressSpecFluent<IngressSpecBuilder>
-
- io.fabric8.openclustermanagement.api.model.operator.v1.IngressSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressSpec>,io.fabric8.kubernetes.api.builder.Visitable<IngressSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressSpec,IngressSpecBuilder>
public class IngressSpecBuilder extends IngressSpecFluent<IngressSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressSpec,IngressSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description IngressSpecBuilder()IngressSpecBuilder(IngressSpec instance)IngressSpecBuilder(IngressSpecFluent<?> fluent)IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressSpecbuild()-
Methods inherited from class io.fabric8.openclustermanagement.api.model.operator.v1.IngressSpecFluent
addAllToSslCiphers, addToAdditionalProperties, addToAdditionalProperties, addToSslCiphers, addToSslCiphers, copyInstance, equals, getAdditionalProperties, getFirstSslCipher, getLastSslCipher, getMatchingSslCipher, getSslCipher, getSslCiphers, hasAdditionalProperties, hashCode, hasMatchingSslCipher, hasSslCiphers, removeAllFromSslCiphers, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromSslCiphers, setToSslCiphers, toString, withAdditionalProperties, withSslCiphers, withSslCiphers
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IngressSpecBuilder
public IngressSpecBuilder()
-
IngressSpecBuilder
public IngressSpecBuilder(IngressSpecFluent<?> fluent)
-
IngressSpecBuilder
public IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)
-
IngressSpecBuilder
public IngressSpecBuilder(IngressSpec instance)
-
-
Method Detail
-
build
public IngressSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressSpec>
-
-