| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
PdbBlockedPod |
PdbBlockedPod.clone() |
PdbBlockedPod |
PdbBlockedPod.set(String fieldName,
Object value) |
PdbBlockedPod |
PdbBlockedPod.setName(String name)
The name of the pod.
|
PdbBlockedPod |
PdbBlockedPod.setNamespace(String namespace)
The namespace of the pod.
|
| Modifier and Type | Method and Description |
|---|---|
List<PdbBlockedPod> |
DisruptionEvent.getPdbBlockedPod()
The pods whose evictions are blocked by PDB.
|
| Modifier and Type | Method and Description |
|---|---|
DisruptionEvent |
DisruptionEvent.setPdbBlockedPod(List<PdbBlockedPod> pdbBlockedPod)
The pods whose evictions are blocked by PDB.
|
Copyright © 2011–2026 Google. All rights reserved.