public class DeploymentConditionFluent<A extends DeploymentConditionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
DeploymentConditionFluent() |
DeploymentConditionFluent(DeploymentCondition 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() |
String |
getLastTransitionTime() |
String |
getLastUpdateTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasLastTransitionTime() |
boolean |
hasLastUpdateTime() |
boolean |
hasMessage() |
boolean |
hasReason() |
boolean |
hasStatus() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLastTransitionTime(String lastTransitionTime) |
A |
withLastUpdateTime(String lastUpdateTime) |
A |
withMessage(String message) |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DeploymentConditionFluent()
public DeploymentConditionFluent(DeploymentCondition instance)
public String getLastTransitionTime()
public boolean hasLastTransitionTime()
public String getLastUpdateTime()
public boolean hasLastUpdateTime()
public String getMessage()
public boolean hasMessage()
public String getReason()
public boolean hasReason()
public String getStatus()
public boolean hasStatus()
public String getType()
public boolean hasType()
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 DeploymentConditionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DeploymentConditionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.