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 ExecAction
ExecActionBuilder. build()
ExecAction
LifecycleHandlerFluent. buildExec()
ExecAction
ProbeFluent. buildExec()
ExecAction
LifecycleHandler. getExec()
ExecAction
Probe. getExec()
Methods in io.fabric8.kubernetes.api.model with parameters of type ExecAction Modifier and Type Method Description protected void
ExecActionFluent. copyInstance(ExecAction instance)
LifecycleHandlerFluent.ExecNested<A>
LifecycleHandlerFluent. editOrNewExecLike(ExecAction item)
ProbeFluent.ExecNested<A>
ProbeFluent. editOrNewExecLike(ExecAction item)
void
LifecycleHandler. setExec(ExecAction exec)
void
Probe. setExec(ExecAction exec)
A
LifecycleHandlerFluent. withExec(ExecAction exec)
A
ProbeFluent. 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)
-