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.
Implements
IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
MaxPodsConstraint()
public MaxPodsConstraint()
MaxPodsConstraint(MaxPodsConstraint)
public MaxPodsConstraint(MaxPodsConstraint other)
Parameter | |
---|---|
Name | Description |
other | MaxPodsConstraint |
Properties
MaxPodsPerNode
public long MaxPodsPerNode { get; set; }
Constraint enforced on the max num of pods per node.
Property Value | |
---|---|
Type | Description |
Int64 |