public interface HierarchyControllerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Whether Hierarchy Controller is enabled in this cluster.
|
boolean |
getEnableHierarchicalResourceQuota()
Whether hierarchical resource quota is enabled in this cluster.
|
boolean |
getEnablePodTreeLabels()
Whether pod tree labels are enabled in this cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
Whether Hierarchy Controller is enabled in this cluster.
bool enabled = 1;boolean getEnablePodTreeLabels()
Whether pod tree labels are enabled in this cluster.
bool enable_pod_tree_labels = 2;boolean getEnableHierarchicalResourceQuota()
Whether hierarchical resource quota is enabled in this cluster.
bool enable_hierarchical_resource_quota = 3;Copyright © 2024 Google LLC. All rights reserved.