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 documentation for the `MaxPodsConstraint` class within the Google Kubernetes Engine v1 API, detailing its use in managing constraints on pods."],["The content covers a range of versions for `MaxPodsConstraint`, from version 2.3.0 up to the latest version, 3.33.0."],["The `MaxPodsConstraint` class, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to define constraints for pods within Google Kubernetes Engine."],["The `MaxPodsPerNode` property, of type Int64, can be set to define the constraint enforced on the maximum number of pods allowed per node."],["The documentation contains information about the constructors for creating `MaxPodsConstraint` objects, such as the default constructor and a copy constructor."]]],[]]