Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe.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 TcpSocketStartupProbeFluent. buildTcpSocket()TcpSocketStartupProbe. 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 StartupProbeFluent.StartupprobeTcpSocketNested<A>StartupProbeFluent. editOrNewTcpSocketLike(TcpSocket item)voidStartupProbe. setTcpSocket(TcpSocket tcpSocket)StartupProbeFluent.StartupprobeTcpSocketNested<A>StartupProbeFluent. withNewTcpSocketLike(TcpSocket item)AStartupProbeFluent. withTcpSocket(TcpSocket tcpSocket) -
Uses of TcpSocket in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe that return TcpSocket Modifier and Type Method Description TcpSocketTcpSocketBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.startupprobe 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)
-