public interface ProbeFluent<A extends ProbeFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFailureThreshold() |
int |
getInitialDelaySeconds() |
Integer |
getPeriodSeconds() |
Integer |
getSuccessThreshold() |
int |
getTimeoutSeconds() |
Boolean |
hasFailureThreshold() |
Boolean |
hasInitialDelaySeconds() |
Boolean |
hasPeriodSeconds() |
Boolean |
hasSuccessThreshold() |
Boolean |
hasTimeoutSeconds() |
A |
withFailureThreshold(Integer failureThreshold) |
A |
withInitialDelaySeconds(int initialDelaySeconds) |
A |
withPeriodSeconds(Integer periodSeconds) |
A |
withSuccessThreshold(Integer successThreshold) |
A |
withTimeoutSeconds(int timeoutSeconds) |
int getInitialDelaySeconds()
A withInitialDelaySeconds(int initialDelaySeconds)
Boolean hasInitialDelaySeconds()
int getTimeoutSeconds()
A withTimeoutSeconds(int timeoutSeconds)
Boolean hasTimeoutSeconds()
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
Integer getSuccessThreshold()
Boolean hasSuccessThreshold()
Integer getFailureThreshold()
Boolean hasFailureThreshold()
Copyright © 2019. All rights reserved.