Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
HTTPGetAction |
HTTPGetActionBuilder.build() |
HTTPGetAction |
ProbeFluentImpl.buildHttpGet() |
HTTPGetAction |
ProbeFluent.buildHttpGet() |
HTTPGetAction |
HandlerFluent.buildHttpGet() |
HTTPGetAction |
HandlerFluentImpl.buildHttpGet() |
HTTPGetAction |
DoneableHTTPGetAction.done() |
HTTPGetAction |
ProbeFluentImpl.getHttpGet()
Deprecated.
|
HTTPGetAction |
ProbeFluent.getHttpGet()
Deprecated.
|
HTTPGetAction |
HandlerFluent.getHttpGet()
Deprecated.
|
HTTPGetAction |
HandlerFluentImpl.getHttpGet()
Deprecated.
|
HTTPGetAction |
Handler.getHttpGet() |
HTTPGetAction |
Probe.getHttpGet() |
Constructor and Description |
---|
DoneableHTTPGetAction(HTTPGetAction item) |
DoneableHTTPGetAction(HTTPGetAction item,
Function<HTTPGetAction,HTTPGetAction> function) |
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,
Integer timeoutSeconds) |
Constructor and Description |
---|
DoneableHTTPGetAction(Function<HTTPGetAction,HTTPGetAction> function) |
DoneableHTTPGetAction(Function<HTTPGetAction,HTTPGetAction> function) |
DoneableHTTPGetAction(HTTPGetAction item,
Function<HTTPGetAction,HTTPGetAction> function) |
DoneableHTTPGetAction(HTTPGetAction item,
Function<HTTPGetAction,HTTPGetAction> function) |
Copyright © 2011–2018 Red Hat. All rights reserved.