public class EndpointConditionsFluent<A extends EndpointConditionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
EndpointConditionsFluent() |
EndpointConditionsFluent(EndpointConditions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getReady() |
Boolean |
getServing() |
Boolean |
getTerminating() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasReady() |
boolean |
hasServing() |
boolean |
hasTerminating() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReady() |
A |
withReady(Boolean ready) |
A |
withServing() |
A |
withServing(Boolean serving) |
A |
withTerminating() |
A |
withTerminating(Boolean terminating) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EndpointConditionsFluent()
public EndpointConditionsFluent(EndpointConditions instance)
public Boolean getReady()
public boolean hasReady()
public Boolean getServing()
public boolean hasServing()
public Boolean getTerminating()
public boolean hasTerminating()
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 EndpointConditionsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EndpointConditionsFluent<A>>public A withReady()
public A withServing()
public A withTerminating()
Copyright © 2015–2023 Red Hat. All rights reserved.