@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1beta1EndpointConditions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_READY |
static String |
SERIALIZED_NAME_SERVING |
static String |
SERIALIZED_NAME_TERMINATING |
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.
|
Boolean |
getServing()
serving is identical to ready except that it is set regardless of the terminating state of
endpoints.
|
Boolean |
getTerminating()
terminating indicates that this endpoint is terminating.
|
int |
hashCode() |
V1beta1EndpointConditions |
ready(Boolean ready) |
V1beta1EndpointConditions |
serving(Boolean serving) |
void |
setReady(Boolean ready) |
void |
setServing(Boolean serving) |
void |
setTerminating(Boolean terminating) |
V1beta1EndpointConditions |
terminating(Boolean terminating) |
String |
toString() |
public static final String SERIALIZED_NAME_READY
public static final String SERIALIZED_NAME_SERVING
public static final String SERIALIZED_NAME_TERMINATING
public V1beta1EndpointConditions ready(Boolean ready)
@Nullable public Boolean getReady()
public void setReady(Boolean ready)
public V1beta1EndpointConditions serving(Boolean serving)
@Nullable public Boolean getServing()
public void setServing(Boolean serving)
public V1beta1EndpointConditions terminating(Boolean terminating)
@Nullable public Boolean getTerminating()
public void setTerminating(Boolean terminating)
Copyright © 2023. All rights reserved.