public sealed class HierarchyControllerConfig : IMessage<HierarchyControllerConfig>, IEquatable<HierarchyControllerConfig>, IDeepCloneable<HierarchyControllerConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1 API class HierarchyControllerConfig.
[[["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 `HierarchyControllerConfig` class within the Google Cloud GKE Hub v1 API, specifically within the `Google.Cloud.GkeHub.V1.ConfigManagement` namespace."],["The `HierarchyControllerConfig` class is used to configure the Hierarchy Controller, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for the `HierarchyControllerConfig` class is 2.5.0, with other available versions including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0."],["The class has three key properties: `Enabled`, `EnableHierarchicalResourceQuota`, and `EnablePodTreeLabels`, which are all boolean values used to control whether specific features of the Hierarchy Controller are active."],["This class has two constructors `HierarchyControllerConfig()` and `HierarchyControllerConfig(HierarchyControllerConfig other)` which are used for making an instance of this class."]]],[]]