public sealed class DisruptionEvent.Types.PdbBlockedPod : IMessage<DisruptionEvent.Types.PdbBlockedPod>, IEquatable<DisruptionEvent.Types.PdbBlockedPod>, IDeepCloneable<DisruptionEvent.Types.PdbBlockedPod>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class DisruptionEvent.Types.PdbBlockedPod.
The namespace/name of the pod whose eviction is blocked by PDB.
Implements
IMessageDisruptionEventTypesPdbBlockedPod, IEquatableDisruptionEventTypesPdbBlockedPod, IDeepCloneableDisruptionEventTypesPdbBlockedPod, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
PdbBlockedPod()
public PdbBlockedPod()PdbBlockedPod(PdbBlockedPod)
public PdbBlockedPod(DisruptionEvent.Types.PdbBlockedPod other)| Parameter | |
|---|---|
| Name | Description |
other |
DisruptionEventTypesPdbBlockedPod |
Properties
Name
public string Name { get; set; }The name of the pod.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Namespace
public string Namespace { get; set; }The namespace of the pod.
| Property Value | |
|---|---|
| Type | Description |
string |
|