public class V1beta1PodDisruptionBudgetSpec extends Object
| Constructor and Description |
|---|
V1beta1PodDisruptionBudgetSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMinAvailable()
An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e.
|
V1LabelSelector |
getSelector()
Label query over pods whose evictions are managed by the disruption budget.
|
int |
hashCode() |
V1beta1PodDisruptionBudgetSpec |
minAvailable(String minAvailable) |
V1beta1PodDisruptionBudgetSpec |
selector(V1LabelSelector selector) |
void |
setMinAvailable(String minAvailable) |
void |
setSelector(V1LabelSelector selector) |
String |
toString() |
public V1beta1PodDisruptionBudgetSpec minAvailable(String minAvailable)
public String getMinAvailable()
public void setMinAvailable(String minAvailable)
public V1beta1PodDisruptionBudgetSpec selector(V1LabelSelector selector)
public V1LabelSelector getSelector()
public void setSelector(V1LabelSelector selector)
Copyright © 2017. All rights reserved.