Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe.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 TcpSocketReadinessProbeFluent. buildTcpSocket()TcpSocketReadinessProbe. 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 ReadinessProbeFluent.ReadinessprobeTcpSocketNested<A>ReadinessProbeFluent. editOrNewTcpSocketLike(TcpSocket item)voidReadinessProbe. setTcpSocket(TcpSocket tcpSocket)ReadinessProbeFluent.ReadinessprobeTcpSocketNested<A>ReadinessProbeFluent. withNewTcpSocketLike(TcpSocket item)AReadinessProbeFluent. withTcpSocket(TcpSocket tcpSocket) -
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe that return TcpSocket Modifier and Type Method Description TcpSocketTcpSocketBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.readinessprobe 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)
-