Class TcpSocketBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.TcpSocketFluent<TcpSocketBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.TcpSocketBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<TcpSocket>,io.fabric8.kubernetes.api.builder.Fluent<TcpSocketBuilder>,io.fabric8.kubernetes.api.builder.Visitable<TcpSocketBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<TcpSocket,TcpSocketBuilder>
public class TcpSocketBuilder extends TcpSocketFluent<TcpSocketBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<TcpSocket,TcpSocketBuilder>
-
-
Constructor Summary
Constructors Constructor Description TcpSocketBuilder()TcpSocketBuilder(TcpSocket instance)TcpSocketBuilder(TcpSocketFluent<?> fluent)TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance)TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance, Boolean validationEnabled)TcpSocketBuilder(TcpSocketFluent<?> fluent, Boolean validationEnabled)TcpSocketBuilder(TcpSocket instance, Boolean validationEnabled)TcpSocketBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TcpSocketbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.readinessprobe.TcpSocketFluent
equals, getHost, getPort, hashCode, hasHost, hasPort, toString, withHost, withNewPort, withPort
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
TcpSocketBuilder
public TcpSocketBuilder()
-
TcpSocketBuilder
public TcpSocketBuilder(Boolean validationEnabled)
-
TcpSocketBuilder
public TcpSocketBuilder(TcpSocketFluent<?> fluent)
-
TcpSocketBuilder
public TcpSocketBuilder(TcpSocketFluent<?> fluent, Boolean validationEnabled)
-
TcpSocketBuilder
public TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance)
-
TcpSocketBuilder
public TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance, Boolean validationEnabled)
-
TcpSocketBuilder
public TcpSocketBuilder(TcpSocket instance)
-
-