Anthos Multi-Cloud v1 API - Class MaxPodsConstraint (2.2.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class MaxPodsConstraint.

Constraints applied to pods.

Inheritance

object > MaxPodsConstraint

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

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
long