Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/gke-standard-cluster/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ spec:
enumValueLabels:
- label: DISABLED
value: DISABLED
- label: POLICY_BINDINGS
value: POLICY_BINDINGS
- label: PROJECT_SINGLETON_POLICY_ENFORCE
value: PROJECT_SINGLETON_POLICY_ENFORCE
Comment on lines +103 to +104
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The label PROJECT_SINGLETON_POLICY_ENFORCE is the raw API value and may not be intuitive for users in a UI. For better usability, consider using a more descriptive, human-readable label such as "Project Singleton Policy Enforcement".

                - label: "Project Singleton Policy Enforcement"
                  value: PROJECT_SINGLETON_POLICY_ENFORCE

cluster_autoscaling:
name: cluster_autoscaling
title: Cluster Autoscaling
Expand Down
Loading