Package net.stickycode.kuuty.model.v18
Class IoK8sApiDiscoveryV1beta1EndpointConditions
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiDiscoveryV1beta1EndpointConditions
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiDiscoveryV1beta1EndpointConditions extends Object
EndpointConditions represents the current condition of an endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_READY
-
Constructor Summary
Constructors Constructor Description IoK8sApiDiscoveryV1beta1EndpointConditions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetReady()ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint.inthashCode()IoK8sApiDiscoveryV1beta1EndpointConditionsready(Boolean ready)voidsetReady(Boolean ready)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_READY
public static final String JSON_PROPERTY_READY
- See Also:
- Constant Field Values
-
-
Method Detail
-
ready
public IoK8sApiDiscoveryV1beta1EndpointConditions ready(Boolean ready)
-
getReady
@Nullable public Boolean getReady()
ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.- Returns:
- ready
-
setReady
public void setReady(Boolean ready)
-
-