@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AVAILABLE_REPLICAS |
static String |
SERIALIZED_NAME_PAUSED |
static String |
SERIALIZED_NAME_REPLICAS |
static String |
SERIALIZED_NAME_UNAVAILABLE_REPLICAS |
static String |
SERIALIZED_NAME_UPDATED_REPLICAS |
| Constructor and Description |
|---|
V1PrometheusStatus() |
| Modifier and Type | Method and Description |
|---|---|
V1PrometheusStatus |
availableReplicas(Integer availableReplicas) |
boolean |
equals(Object o) |
Integer |
getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this Prometheus
deployment.
|
Boolean |
getPaused()
Represents whether any actions on the underlaying managed objects are being performed.
|
Integer |
getReplicas()
Total number of non-terminated pods targeted by this Prometheus deployment (their labels match
the selector).
|
Integer |
getUnavailableReplicas()
Total number of unavailable pods targeted by this Prometheus deployment.
|
Integer |
getUpdatedReplicas()
Total number of non-terminated pods targeted by this Prometheus deployment that have the
desired version spec.
|
int |
hashCode() |
V1PrometheusStatus |
paused(Boolean paused) |
V1PrometheusStatus |
replicas(Integer replicas) |
void |
setAvailableReplicas(Integer availableReplicas) |
void |
setPaused(Boolean paused) |
void |
setReplicas(Integer replicas) |
void |
setUnavailableReplicas(Integer unavailableReplicas) |
void |
setUpdatedReplicas(Integer updatedReplicas) |
String |
toString() |
V1PrometheusStatus |
unavailableReplicas(Integer unavailableReplicas) |
V1PrometheusStatus |
updatedReplicas(Integer updatedReplicas) |
public static final String SERIALIZED_NAME_AVAILABLE_REPLICAS
public static final String SERIALIZED_NAME_PAUSED
public static final String SERIALIZED_NAME_REPLICAS
public static final String SERIALIZED_NAME_UNAVAILABLE_REPLICAS
public static final String SERIALIZED_NAME_UPDATED_REPLICAS
public V1PrometheusStatus availableReplicas(Integer availableReplicas)
public Integer getAvailableReplicas()
public void setAvailableReplicas(Integer availableReplicas)
public V1PrometheusStatus paused(Boolean paused)
public Boolean getPaused()
public void setPaused(Boolean paused)
public V1PrometheusStatus replicas(Integer replicas)
public Integer getReplicas()
public void setReplicas(Integer replicas)
public V1PrometheusStatus unavailableReplicas(Integer unavailableReplicas)
public Integer getUnavailableReplicas()
public void setUnavailableReplicas(Integer unavailableReplicas)
public V1PrometheusStatus updatedReplicas(Integer updatedReplicas)
public Integer getUpdatedReplicas()
public void setUpdatedReplicas(Integer updatedReplicas)
Copyright © 2020. All rights reserved.