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, but it also includes documentation for 35 previous versions ranging from 3.32.0 to 2.3.0."],["The `MaxPodsConstraint` class is used to define constraints applied to pods and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MaxPodsConstraint` class includes a property named `MaxPodsPerNode` which is of type long, representing the maximum number of pods allowed per node."],["There are two constructors for the `MaxPodsConstraint` class, one default and one that take another `MaxPodsConstraint` object as a parameter for cloning purposes."]]],[]]