| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
ExecAction |
ExecActionBuilder.build() |
ExecAction |
ProbeFluent.buildExec() |
ExecAction |
LifecycleHandlerFluent.buildExec() |
ExecAction |
LifecycleHandler.getExec() |
ExecAction |
Probe.getExec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecActionFluent.copyInstance(ExecAction instance) |
ProbeFluent.ExecNested<A> |
ProbeFluent.editOrNewExecLike(ExecAction item) |
LifecycleHandlerFluent.ExecNested<A> |
LifecycleHandlerFluent.editOrNewExecLike(ExecAction item) |
void |
LifecycleHandler.setExec(ExecAction exec) |
void |
Probe.setExec(ExecAction exec) |
A |
ProbeFluent.withExec(ExecAction exec) |
A |
LifecycleHandlerFluent.withExec(ExecAction exec) |
NamedExtensionFluent.ExecActionExtensionNested<A> |
NamedExtensionFluent.withNewExecActionExtensionLike(ExecAction item) |
WatchEventFluent.ExecActionObjectNested<A> |
WatchEventFluent.withNewExecActionObjectLike(ExecAction item) |
ProbeFluent.ExecNested<A> |
ProbeFluent.withNewExecLike(ExecAction item) |
LifecycleHandlerFluent.ExecNested<A> |
LifecycleHandlerFluent.withNewExecLike(ExecAction item) |
| Constructor and 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) |
Copyright © 2015–2024 Red Hat. All rights reserved.