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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The webpage provides documentation for the `MaxPodsConstraint` class within the Google Kubernetes Engine v1 API, with the latest version being 3.33.0."],["It lists a comprehensive history of `MaxPodsConstraint` versions, ranging from 3.33.0 down to 2.3.0, with links to their respective documentation pages."],["`MaxPodsConstraint` is a class that defines constraints on the maximum number of pods allowed per node, inheriting from `object` and implementing several interfaces."],["The webpage provides links to the inherited members like `object.GetHashCode()`, `object.GetType()`, and `object.ToString()` along with links to the implemented `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` classes."],["The `MaxPodsConstraint` class also has a constructor that can take another `MaxPodsConstraint` as a parameter, along with a `MaxPodsPerNode` property of type long, which is the numerical constraint enforced on the maximum number of pods per node."]]],[]]