Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe.TcpSocket
-
-
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers that return TcpSocket Modifier and Type Method Description TcpSocketLivenessProbeFluent. buildTcpSocket()TcpSocketLivenessProbe. getTcpSocket()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers with parameters of type TcpSocket Modifier and Type Method Description LivenessProbeFluent.LivenessprobeTcpSocketNested<A>LivenessProbeFluent. editOrNewTcpSocketLike(TcpSocket item)voidLivenessProbe. setTcpSocket(TcpSocket tcpSocket)LivenessProbeFluent.LivenessprobeTcpSocketNested<A>LivenessProbeFluent. withNewTcpSocketLike(TcpSocket item)ALivenessProbeFluent. withTcpSocket(TcpSocket tcpSocket) -
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe that return TcpSocket Modifier and Type Method Description TcpSocketTcpSocketBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.livenessprobe 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)
-