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."],[[["This webpage provides reference documentation for the `MaxPodsConstraint` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["The latest version of the documentation available is 3.33.0, while this specific page is for version 3.27.0, and the page includes a comprehensive list of all versions dating back to 2.3.0."],["The `MaxPodsConstraint` class, used for applying constraints to pods, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `MaxPodsPerNode` property of type `long`, which represents the enforced constraint on the maximum number of pods allowed per node."],["The page outlines the class's constructors, including a default constructor and a copy constructor, alongside its inheritance from the base `object` class and inherited members."]]],[]]