| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
TCPSocketAction |
TCPSocketActionBuilder.build() |
TCPSocketAction |
ProbeFluent.buildTcpSocket() |
TCPSocketAction |
LifecycleHandlerFluent.buildTcpSocket() |
TCPSocketAction |
Probe.getTcpSocket() |
TCPSocketAction |
LifecycleHandler.getTcpSocket() |
| Constructor and Description |
|---|
LifecycleHandler(ExecAction exec,
HTTPGetAction httpGet,
SleepAction sleep,
TCPSocketAction tcpSocket) |
Probe(ExecAction exec,
Integer failureThreshold,
GRPCAction grpc,
HTTPGetAction httpGet,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
TCPSocketAction tcpSocket,
Long terminationGracePeriodSeconds,
Integer timeoutSeconds) |
TCPSocketActionBuilder(TCPSocketAction instance) |
TCPSocketActionBuilder(TCPSocketActionFluent<?> fluent,
TCPSocketAction instance) |
TCPSocketActionFluent(TCPSocketAction instance) |
Copyright © 2015–2024 Red Hat. All rights reserved.