public class EditableProbe extends Probe implements io.fabric8.kubernetes.api.builder.Editable<ProbeBuilder>
| Constructor and Description |
|---|
EditableProbe() |
EditableProbe(String httpActionPath,
String execAction,
String tcpSocketAction,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer timeoutSeconds,
Integer successThreshold,
Integer failureThreshold) |
| Modifier and Type | Method and Description |
|---|---|
ProbeBuilder |
edit() |
equals, getExecAction, getFailureThreshold, getHttpActionPath, getInitialDelaySeconds, getPeriodSeconds, getSuccessThreshold, getTcpSocketAction, getTimeoutSeconds, hashCode, newBuilder, newBuilderFromDefaultspublic ProbeBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ProbeBuilder>Copyright © 2018–2021 Red Hat. All rights reserved.