Class MaxPodsConstraint (1.0.0-beta01)

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

Constraints applied to pods.

Inheritance

Object > MaxPodsConstraint

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

MaxPodsConstraint()

public MaxPodsConstraint()

MaxPodsConstraint(MaxPodsConstraint)

public MaxPodsConstraint(MaxPodsConstraint other)
Parameter
NameDescription
otherMaxPodsConstraint

Properties

MaxPodsPerNode

public long MaxPodsPerNode { get; set; }

Required. The maximum number of pods to schedule on a single node.

Property Value
TypeDescription
Int64