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-04-09 UTC."],[[["This webpage provides documentation for the `MaxPodsConstraint` class within the Google Kubernetes Engine v1 API."],["The `MaxPodsConstraint` class defines constraints applied to pods, such as the maximum number of pods per node."],["The latest version of the API is 3.33.0, and documentation for various versions, from 2.3.0 up to 3.33.0, are accessible from this page."],["The `MaxPodsConstraint` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a single property, `MaxPodsPerNode`, which is of type `long` and represents the maximum number of pods allowed on a node."]]],[]]