| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
HTTPGetAction |
HTTPGetActionBuilder.build() |
HTTPGetAction |
ProbeFluentImpl.buildHttpGet() |
HTTPGetAction |
ProbeFluent.buildHttpGet() |
HTTPGetAction |
HandlerFluentImpl.buildHttpGet() |
HTTPGetAction |
HandlerFluent.buildHttpGet() |
HTTPGetAction |
ProbeFluentImpl.getHttpGet()
Deprecated.
|
HTTPGetAction |
ProbeFluent.getHttpGet()
Deprecated.
|
HTTPGetAction |
HandlerFluentImpl.getHttpGet()
Deprecated.
|
HTTPGetAction |
HandlerFluent.getHttpGet()
Deprecated.
|
HTTPGetAction |
Handler.getHttpGet() |
HTTPGetAction |
Probe.getHttpGet() |
| Constructor and Description |
|---|
Handler(ExecAction exec,
HTTPGetAction httpGet,
TCPSocketAction tcpSocket) |
HTTPGetActionBuilder(HTTPGetAction instance) |
HTTPGetActionBuilder(HTTPGetAction instance,
Boolean validationEnabled) |
HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent,
HTTPGetAction instance) |
HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent,
HTTPGetAction instance,
Boolean validationEnabled) |
HTTPGetActionFluentImpl(HTTPGetAction instance) |
Probe(ExecAction exec,
Integer failureThreshold,
HTTPGetAction httpGet,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
TCPSocketAction tcpSocket,
Long terminationGracePeriodSeconds,
Integer timeoutSeconds) |
Copyright © 2015–2020 Red Hat. All rights reserved.