Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop.TcpSocket
-
-
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle that return TcpSocket Modifier and Type Method Description TcpSocketPreStopFluent. buildTcpSocket()TcpSocketPreStop. getTcpSocket()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle with parameters of type TcpSocket Modifier and Type Method Description PreStopFluent.PrestopTcpSocketNested<A>PreStopFluent. editOrNewTcpSocketLike(TcpSocket item)voidPreStop. setTcpSocket(TcpSocket tcpSocket)PreStopFluent.PrestopTcpSocketNested<A>PreStopFluent. withNewTcpSocketLike(TcpSocket item)APreStopFluent. withTcpSocket(TcpSocket tcpSocket) -
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop that return TcpSocket Modifier and Type Method Description TcpSocketTcpSocketBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.lifecycle.prestop with parameters of type TcpSocket Constructor Description TcpSocketBuilder(TcpSocket instance)TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance)TcpSocketBuilder(TcpSocketFluent<?> fluent, TcpSocket instance, Boolean validationEnabled)TcpSocketBuilder(TcpSocket instance, Boolean validationEnabled)TcpSocketFluent(TcpSocket instance)
-