Class V1PodReadinessGate
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodReadinessGate
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodReadinessGate
extends Object
PodReadinessGate contains the reference to a pod condition
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconditionType
(String conditionType) Set conditionType in a chainable fashion.boolean
ConditionType refers to a condition in the pod's condition list with matching type.int
hashCode()
void
setConditionType
(String conditionType) Set the conditionType property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONDITION_TYPE
- See Also:
-
-
Constructor Details
-
V1PodReadinessGate
-
-
Method Details
-
getConditionType
ConditionType refers to a condition in the pod's condition list with matching type.- Returns:
- the conditionType property value
-
setConditionType
Set the conditionType property value -
conditionType
Set conditionType in a chainable fashion.- Returns:
- The same instance of V1PodReadinessGate for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-