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-04-09 UTC."],[[["This webpage provides documentation for the `MaxPodsConstraint` class within the `Google.Cloud.Container.V1` namespace, specifically focusing on version 2.5.0."],["The `MaxPodsConstraint` class is used to define constraints on the number of pods within a Kubernetes environment, it inherits from `Object`, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the `MaxPodsConstraint` class: a default constructor, and another one that accepts an existing `MaxPodsConstraint` object as a parameter."],["The `MaxPodsConstraint` class has one main property called `MaxPodsPerNode` which is of type `Int64` and allows for the retrieval and modification of the max number of pods per node."],["The page lists a comprehensive history of versions, from 3.33.0 (latest) down to version 2.3.0, each linking to the respective documentation for `MaxPodsConstraint` in the Google Cloud Container V1."]]],[]]