Class IngressTLSBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.IngressTLSFluent<IngressTLSBuilder>
-
- io.fabric8.kubernetes.api.model.networking.v1.IngressTLSBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressTLS>
,io.fabric8.kubernetes.api.builder.Visitable<IngressTLSBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressTLS,IngressTLSBuilder>
public class IngressTLSBuilder extends IngressTLSFluent<IngressTLSBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressTLS,IngressTLSBuilder>
-
-
Constructor Summary
Constructors Constructor Description IngressTLSBuilder()
IngressTLSBuilder(IngressTLS instance)
IngressTLSBuilder(IngressTLSFluent<?> fluent)
IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressTLS
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1.IngressTLSFluent
addAllToHosts, addToAdditionalProperties, addToAdditionalProperties, addToHosts, addToHosts, copyInstance, equals, getAdditionalProperties, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getSecretName, hasAdditionalProperties, hashCode, hasHosts, hasMatchingHost, hasSecretName, removeAllFromHosts, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromHosts, setToHosts, toString, withAdditionalProperties, withHosts, withHosts, withSecretName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IngressTLSBuilder
public IngressTLSBuilder()
-
IngressTLSBuilder
public IngressTLSBuilder(IngressTLSFluent<?> fluent)
-
IngressTLSBuilder
public IngressTLSBuilder(IngressTLSFluent<?> fluent, IngressTLS instance)
-
IngressTLSBuilder
public IngressTLSBuilder(IngressTLS instance)
-
-
Method Detail
-
build
public IngressTLS build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<IngressTLS>
-
-