public sealed class MaxPodsConstraint : IMessage<MaxPodsConstraint>, IEquatable<MaxPodsConstraint>, IDeepCloneable<MaxPodsConstraint>, IBufferMessage, IMessage
[[["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 details the `MaxPodsConstraint` class within the `Google.Cloud.Container.V1` namespace, providing constraints for pods in Google Cloud."],["The latest version of `MaxPodsConstraint` is 3.33.0, with multiple previous versions also documented from 3.32.0 all the way down to 2.3.0."],["The `MaxPodsConstraint` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its structure and abilities."],["Key functionality includes the `MaxPodsPerNode` property, which is of type `Int64`, used to specify the maximum number of pods allowed per node."],["The class has 2 constructors available, one default and one that accepts another `MaxPodsConstraint` object as a parameter, for cloning."]]],[]]