Google Kubernetes Engine v1 API - Class DisruptionEvent.Types.PdbBlockedPod (3.37.0)

public sealed class DisruptionEvent.Types.PdbBlockedPod : IMessage<DisruptionEvent.Types.PdbBlockedPod>, IEquatable<DisruptionEvent.Types.PdbBlockedPod>, IDeepCloneable<DisruptionEvent.Types.PdbBlockedPod>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > DisruptionEvent.Types.PdbBlockedPod

Namespace

Google.Cloud.Container.V1

Assembly

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