Skip to content

Commit

Permalink
feat: add APIs for GKE OOTB metrics packages (#22753)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Aug 9, 2023
1 parent a5d6b03 commit 5b3931c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5677,6 +5677,24 @@ module Component

# kube-controller-manager
CONTROLLER_MANAGER = 5

# Storage
STORAGE = 7

# Horizontal Pod Autoscaling
HPA = 8

# Pod
POD = 9

# DaemonSet
DAEMONSET = 10

# Deployment
DEPLOYMENT = 11

# Statefulset
STATEFULSET = 12
end
end

Expand Down

0 comments on commit 5b3931c

Please sign in to comment.