public final class DisruptionEvent
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DisruptionEvent() |
| Modifier and Type | Method and Description |
|---|---|
DisruptionEvent |
clone() |
String |
getDisruptionType()
The type of the disruption event.
|
String |
getPdbBlockedNode()
The node whose drain is blocked by PDB.
|
List<PdbBlockedPod> |
getPdbBlockedPod()
The pods whose evictions are blocked by PDB.
|
String |
getPdbViolationTimeout()
The timeout in seconds for which the node drain is blocked by PDB.
|
DisruptionEvent |
set(String fieldName,
Object value) |
DisruptionEvent |
setDisruptionType(String disruptionType)
The type of the disruption event.
|
DisruptionEvent |
setPdbBlockedNode(String pdbBlockedNode)
The node whose drain is blocked by PDB.
|
DisruptionEvent |
setPdbBlockedPod(List<PdbBlockedPod> pdbBlockedPod)
The pods whose evictions are blocked by PDB.
|
DisruptionEvent |
setPdbViolationTimeout(String pdbViolationTimeout)
The timeout in seconds for which the node drain is blocked by PDB.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisruptionType()
null for nonepublic DisruptionEvent setDisruptionType(String disruptionType)
disruptionType - disruptionType or null for nonepublic String getPdbBlockedNode()
null for nonepublic DisruptionEvent setPdbBlockedNode(String pdbBlockedNode)
pdbBlockedNode - pdbBlockedNode or null for nonepublic List<PdbBlockedPod> getPdbBlockedPod()
null for nonepublic DisruptionEvent setPdbBlockedPod(List<PdbBlockedPod> pdbBlockedPod)
pdbBlockedPod - pdbBlockedPod or null for nonepublic String getPdbViolationTimeout()
null for nonepublic DisruptionEvent setPdbViolationTimeout(String pdbViolationTimeout)
pdbViolationTimeout - pdbViolationTimeout or null for nonepublic DisruptionEvent set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DisruptionEvent clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.