Class TcpSocketFluent<A extends TcpSocketFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.readinessprobe.TcpSocketFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ReadinessProbeFluent.ReadinessprobeTcpSocketNested,TcpSocketBuilder
public class TcpSocketFluent<A extends TcpSocketFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description TcpSocketFluent()TcpSocketFluent(TcpSocket instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()io.fabric8.kubernetes.api.model.IntOrStringgetPort()inthashCode()booleanhasHost()booleanhasPort()StringtoString()AwithHost(String host)AwithNewPort(Object value)AwithPort(io.fabric8.kubernetes.api.model.IntOrString port)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
TcpSocketFluent
public TcpSocketFluent()
-
TcpSocketFluent
public TcpSocketFluent(TcpSocket instance)
-
-
Method Detail
-
getHost
public String getHost()
-
hasHost
public boolean hasHost()
-
getPort
public io.fabric8.kubernetes.api.model.IntOrString getPort()
-
withPort
public A withPort(io.fabric8.kubernetes.api.model.IntOrString port)
-
hasPort
public boolean hasPort()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TcpSocketFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TcpSocketFluent<A>>
-
-