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()ExecActionProbe. getExec()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)voidProbe. setExec(ExecAction exec)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)
-