Uses of Class
io.fabric8.kubernetes.api.model.HTTPGetAction
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of HTTPGetAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return HTTPGetAction Modifier and Type Method Description HTTPGetActionHTTPGetActionBuilder. build()HTTPGetActionHandlerFluent. buildHttpGet()HTTPGetActionHandlerFluentImpl. buildHttpGet()HTTPGetActionProbeFluent. buildHttpGet()HTTPGetActionProbeFluentImpl. buildHttpGet()HTTPGetActionDoneableHTTPGetAction. done()HTTPGetActionHandler. getHttpGet()HTTPGetActionHandlerFluent. getHttpGet()Deprecated.HTTPGetActionHandlerFluentImpl. getHttpGet()Deprecated.HTTPGetActionProbe. getHttpGet()HTTPGetActionProbeFluent. getHttpGet()Deprecated.HTTPGetActionProbeFluentImpl. getHttpGet()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type HTTPGetAction Constructor Description DoneableHTTPGetAction(HTTPGetAction item)DoneableHTTPGetAction(HTTPGetAction item, Function<HTTPGetAction,HTTPGetAction> function)Handler(ExecAction exec, HTTPGetAction httpGet, TCPSocketAction tcpSocket)HTTPGetActionBuilder(HTTPGetAction instance)HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent, HTTPGetAction instance)HTTPGetActionBuilder(HTTPGetActionFluent<?> fluent, HTTPGetAction instance, Boolean validationEnabled)HTTPGetActionBuilder(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 parameters in io.fabric8.kubernetes.api.model with type arguments of type HTTPGetAction Constructor 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)