Google Kubernetes Engine v1 API - Class MaxPodsConstraint (3.25.0)

public sealed class MaxPodsConstraint : IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class MaxPodsConstraint.

Constraints applied to pods.

Inheritance

object > MaxPodsConstraint

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

MaxPodsConstraint()

public MaxPodsConstraint()

MaxPodsConstraint(MaxPodsConstraint)

public MaxPodsConstraint(MaxPodsConstraint other)
Parameter
NameDescription
otherMaxPodsConstraint

Properties

MaxPodsPerNode

public long MaxPodsPerNode { get; set; }

Constraint enforced on the max num of pods per node.

Property Value
TypeDescription
long