Uses of Class
io.fabric8.kubernetes.api.model.ExecAction
-
Packages that use 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()ExecActionLifecycleHandlerFluent. buildExec()ExecActionProbeFluent. buildExec()ExecActionLifecycleHandler. getExec()LifecycleHandler defines a specific action that should be taken in a lifecycle hook.ExecActionProbe. getExec()Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.Methods in io.fabric8.kubernetes.api.model with parameters of type ExecAction Modifier and Type Method Description protected voidExecActionFluent. copyInstance(ExecAction instance)LifecycleHandlerFluent.ExecNested<A>LifecycleHandlerFluent. editOrNewExecLike(ExecAction item)ProbeFluent.ExecNested<A>ProbeFluent. editOrNewExecLike(ExecAction item)voidLifecycleHandler. setExec(ExecAction exec)LifecycleHandler defines a specific action that should be taken in a lifecycle hook.voidProbe. setExec(ExecAction exec)Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.ALifecycleHandlerFluent. withExec(ExecAction exec)AProbeFluent. withExec(ExecAction exec)LifecycleHandlerFluent.ExecNested<A>LifecycleHandlerFluent. withNewExecLike(ExecAction item)ProbeFluent.ExecNested<A>ProbeFluent. withNewExecLike(ExecAction item)Constructors in io.fabric8.kubernetes.api.model with parameters of type ExecAction Constructor Description ExecActionBuilder(ExecAction instance)ExecActionBuilder(ExecActionFluent<?> fluent, ExecAction instance)ExecActionFluent(ExecAction 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)
-