public class ReadinessProbeExecFluent<A extends ReadinessProbeExecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ReadinessProbeExecFluent.ExecNested<N> |
| Constructor and Description |
|---|
ReadinessProbeExecFluent() |
ReadinessProbeExecFluent(ReadinessProbeExec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
ExecHealthCheckConfig |
buildExec() |
protected void |
copyInstance(ReadinessProbeExec instance) |
ReadinessProbeExecFluent.ExecNested<A> |
editExec() |
ReadinessProbeExecFluent.ExecNested<A> |
editOrNewExec() |
ReadinessProbeExecFluent.ExecNested<A> |
editOrNewExecLike(ExecHealthCheckConfig item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
boolean |
hasExec() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withExec(ExecHealthCheckConfig exec) |
ReadinessProbeExecFluent.ExecNested<A> |
withNewExec() |
ReadinessProbeExecFluent.ExecNested<A> |
withNewExecLike(ExecHealthCheckConfig item) |
public ReadinessProbeExecFluent()
public ReadinessProbeExecFluent(ReadinessProbeExec instance)
protected void copyInstance(ReadinessProbeExec instance)
public ExecHealthCheckConfig buildExec()
public A withExec(ExecHealthCheckConfig exec)
public boolean hasExec()
public ReadinessProbeExecFluent.ExecNested<A> withNewExec()
public ReadinessProbeExecFluent.ExecNested<A> withNewExecLike(ExecHealthCheckConfig item)
public ReadinessProbeExecFluent.ExecNested<A> editExec()
public ReadinessProbeExecFluent.ExecNested<A> editOrNewExec()
public ReadinessProbeExecFluent.ExecNested<A> editOrNewExecLike(ExecHealthCheckConfig item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ReadinessProbeExecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ReadinessProbeExecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.