public interface ReadinessProbeFluent<A extends ReadinessProbeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReadinessProbeFluent.ReadinessProbeExecHealthCheckMethodNested<N> |
static interface |
ReadinessProbeFluent.ReadinessProbeHttpGetHealthCheckMethodNested<N> |
static interface |
ReadinessProbeFluent.ReadinessProbeTcpSocketHealthCheckMethodNested<N> |
@Deprecated IsReadinessProbeHealthCheckMethod getHealthCheckMethod()
IsReadinessProbeHealthCheckMethod buildHealthCheckMethod()
A withHealthCheckMethod(IsReadinessProbeHealthCheckMethod healthCheckMethod)
Boolean hasHealthCheckMethod()
A withReadinessProbeTcpSocketHealthCheckMethod(ReadinessProbeTcpSocket readinessProbeTcpSocketHealthCheckMethod)
ReadinessProbeFluent.ReadinessProbeTcpSocketHealthCheckMethodNested<A> withNewReadinessProbeTcpSocketHealthCheckMethod()
ReadinessProbeFluent.ReadinessProbeTcpSocketHealthCheckMethodNested<A> withNewReadinessProbeTcpSocketHealthCheckMethodLike(ReadinessProbeTcpSocket item)
A withReadinessProbeExecHealthCheckMethod(ReadinessProbeExec readinessProbeExecHealthCheckMethod)
ReadinessProbeFluent.ReadinessProbeExecHealthCheckMethodNested<A> withNewReadinessProbeExecHealthCheckMethod()
ReadinessProbeFluent.ReadinessProbeExecHealthCheckMethodNested<A> withNewReadinessProbeExecHealthCheckMethodLike(ReadinessProbeExec item)
A withReadinessProbeHttpGetHealthCheckMethod(ReadinessProbeHttpGet readinessProbeHttpGetHealthCheckMethod)
ReadinessProbeFluent.ReadinessProbeHttpGetHealthCheckMethodNested<A> withNewReadinessProbeHttpGetHealthCheckMethod()
ReadinessProbeFluent.ReadinessProbeHttpGetHealthCheckMethodNested<A> withNewReadinessProbeHttpGetHealthCheckMethodLike(ReadinessProbeHttpGet item)
Integer getFailureThreshold()
Boolean hasFailureThreshold()
Integer getInitialDelaySeconds()
Boolean hasInitialDelaySeconds()
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
Integer getSuccessThreshold()
Boolean hasSuccessThreshold()
Integer getTimeoutSeconds()
Boolean hasTimeoutSeconds()
Copyright © 2015–2022 Red Hat. All rights reserved.