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."],["The latest available version of the documentation is 3.33.0, and this specific page focuses on version 3.31.0 of the `MaxPodsConstraint` class."],["`MaxPodsConstraint` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to define constraints on the number of pods."],["The `MaxPodsConstraint` class has a property called `MaxPodsPerNode` which allows the user to set the maximum number of pods per node, and it is defined by the long type."],["Constructors are provided for creating a new instance of `MaxPodsConstraint`, either as a default instance or as a copy of an existing instance."]]],[]]