Uses of Class
io.fabric8.kubernetes.api.model.ExecAction
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of ExecAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ExecAction Modifier and Type Method Description ExecActionExecActionBuilder. build()ExecActionHandlerFluent. buildExec()ExecActionHandlerFluentImpl. buildExec()ExecActionProbeFluent. buildExec()ExecActionProbeFluentImpl. buildExec()ExecActionDoneableExecAction. done()ExecActionHandler. getExec()ExecActionHandlerFluent. getExec()Deprecated.ExecActionHandlerFluentImpl. getExec()Deprecated.ExecActionProbe. getExec()ExecActionProbeFluent. getExec()Deprecated.ExecActionProbeFluentImpl. getExec()Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type ExecAction Constructor Description DoneableExecAction(ExecAction item)DoneableExecAction(ExecAction item, Function<ExecAction,ExecAction> function)ExecActionBuilder(ExecAction instance)ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance)ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance, Boolean validationEnabled)ExecActionBuilder(ExecAction instance, Boolean validationEnabled)ExecActionFluentImpl(ExecAction instance)Handler(ExecAction exec, HTTPGetAction httpGet, TCPSocketAction tcpSocket)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 ExecAction Constructor Description DoneableExecAction(Function<ExecAction,ExecAction> function)DoneableExecAction(Function<ExecAction,ExecAction> function)DoneableExecAction(ExecAction item, Function<ExecAction,ExecAction> function)DoneableExecAction(ExecAction item, Function<ExecAction,ExecAction> function)