public sealed class MaxPodsConstraint : IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class MaxPodsConstraint.
Constraints applied to pods.
Implements
IMessageMaxPodsConstraint, IEquatableMaxPodsConstraint, IDeepCloneableMaxPodsConstraint, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
MaxPodsConstraint()
public MaxPodsConstraint()MaxPodsConstraint(MaxPodsConstraint)
public MaxPodsConstraint(MaxPodsConstraint other)| Parameter | |
|---|---|
| Name | Description |
other |
MaxPodsConstraint |
Properties
MaxPodsPerNode
public long MaxPodsPerNode { get; set; }Required. The maximum number of pods to schedule on a single node.
| Property Value | |
|---|---|
| Type | Description |
long |
|