Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart.TcpSocket
-
-
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle that return TcpSocket Modifier and Type Method Description TcpSocketPostStartFluent. buildTcpSocket()TcpSocketPostStart. getTcpSocket()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle with parameters of type TcpSocket Modifier and Type Method Description PostStartFluent.InitcontainersTcpSocketNested<A>PostStartFluent. editOrNewTcpSocketLike(TcpSocket item)voidPostStart. setTcpSocket(TcpSocket tcpSocket)PostStartFluent.InitcontainersTcpSocketNested<A>PostStartFluent. withNewTcpSocketLike(TcpSocket item)APostStartFluent. withTcpSocket(TcpSocket tcpSocket) -
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart that return TcpSocket Modifier and Type Method Description TcpSocketTcpSocketBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.initcontainers.lifecycle.poststart 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)
-