@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1beta1EndpointConditions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_READY |
Constructor and Description |
---|
V1beta1EndpointConditions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getReady()
ready indicates that this endpoint is prepared to receive traffic, according to whatever system
is managing the endpoint.
|
int |
hashCode() |
V1beta1EndpointConditions |
ready(Boolean ready) |
void |
setReady(Boolean ready) |
String |
toString() |
public static final String SERIALIZED_NAME_READY
public V1beta1EndpointConditions ready(Boolean ready)
@Nullable public Boolean getReady()
public void setReady(Boolean ready)
Copyright © 2020. All rights reserved.