Reference documentation and code samples for the Google Cloud Container V1 Client class PdbBlockedPod.
The namespace/name of the pod whose eviction is blocked by PDB.
Generated from protobuf message google.container.v1.DisruptionEvent.PdbBlockedPod
Namespace
Google \ Cloud \ Container \ V1 \ DisruptionEventMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ namespace |
string
The namespace of the pod. |
↳ name |
string
The name of the pod. |
getNamespace
The namespace of the pod.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNamespace
The namespace of the pod.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getName
The name of the pod.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the pod.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|