public class ProbeFluentImpl<A extends ProbeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProbeFluent<A>
| Constructor and Description |
|---|
ProbeFluentImpl() |
ProbeFluentImpl(Probe instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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) |
public ProbeFluentImpl()
public ProbeFluentImpl(Probe instance)
public int getInitialDelaySeconds()
getInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withInitialDelaySeconds(int initialDelaySeconds)
withInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasInitialDelaySeconds()
hasInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public int getTimeoutSeconds()
getTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withTimeoutSeconds(int timeoutSeconds)
withTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasTimeoutSeconds()
hasTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getPeriodSeconds()
getPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasPeriodSeconds()
hasPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getSuccessThreshold()
getSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withSuccessThreshold(Integer successThreshold)
withSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasSuccessThreshold()
hasSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getFailureThreshold()
getFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withFailureThreshold(Integer failureThreshold)
withFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public Boolean hasFailureThreshold()
hasFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>Copyright © 2019. All rights reserved.