| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
HTTPGetAction |
HTTPGetActionBuilder.build() |
HTTPGetAction |
ProbeFluent.buildHttpGet() |
HTTPGetAction |
LifecycleHandlerFluent.buildHttpGet() |
HTTPGetAction |
Probe.getHttpGet() |
HTTPGetAction |
LifecycleHandler.getHttpGet() |
| Constructor and Description |
|---|
HTTPGetActionBuilder(HTTPGetAction instance) |
HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent,
HTTPGetAction instance) |
HTTPGetActionFluent(HTTPGetAction instance) |
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) |
Copyright © 2015–2024 Red Hat. All rights reserved.