Skip to content

Commit 0f6b33d

Browse files
feat: [container] add APIs for GKE OOTB metrics packages (#4519)
* feat: add APIs for GKE OOTB metrics packages PiperOrigin-RevId: 554852538 Source-Link: googleapis/googleapis@ac012ee Source-Link: googleapis/googleapis-gen@91ddf77 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiOTFkZGY3NzlkNTA2NzEzZjI4YmIyYTE3MTdhYzI4N2YyMjVlZTNkMiJ9 * feat: add APIs for GKE OOTB metrics packages PiperOrigin-RevId: 554853517 Source-Link: googleapis/googleapis@4879bb2 Source-Link: googleapis/googleapis-gen@3151254 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNvbnRhaW5lci8uT3dsQm90LnlhbWwiLCJoIjoiMzE1MTI1NGFjNDUyY2E5M2YyNDZmOTVkYjk4NjkwYjg0OWE1ZTU4ZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9302bf3 commit 0f6b33d

5 files changed

Lines changed: 148 additions & 4 deletions

File tree

packages/google-container/protos/google/container/v1/cluster_service.proto

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5084,6 +5084,24 @@ message MonitoringComponentConfig {
50845084

50855085
// kube-controller-manager
50865086
CONTROLLER_MANAGER = 5;
5087+
5088+
// Storage
5089+
STORAGE = 7;
5090+
5091+
// Horizontal Pod Autoscaling
5092+
HPA = 8;
5093+
5094+
// Pod
5095+
POD = 9;
5096+
5097+
// DaemonSet
5098+
DAEMONSET = 10;
5099+
5100+
// Deployment
5101+
DEPLOYMENT = 11;
5102+
5103+
// Statefulset
5104+
STATEFULSET = 12;
50875105
}
50885106

50895107
// Select components to collect metrics. An empty set would disable all

packages/google-container/protos/google/container/v1beta1/cluster_service.proto

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5643,6 +5643,24 @@ message MonitoringComponentConfig {
56435643

56445644
// kube-controller-manager
56455645
CONTROLLER_MANAGER = 5;
5646+
5647+
// Storage
5648+
STORAGE = 7;
5649+
5650+
// Horizontal Pod Autoscaling
5651+
HPA = 8;
5652+
5653+
// Pod
5654+
POD = 9;
5655+
5656+
// DaemonSet
5657+
DAEMONSET = 10;
5658+
5659+
// Deployment
5660+
DEPLOYMENT = 11;
5661+
5662+
// Statefulset
5663+
STATEFULSET = 12;
56465664
}
56475665

56485666
// Select components to collect metrics. An empty set would disable all

packages/google-container/protos/protos.d.ts

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-container/protos/protos.js

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-container/protos/protos.json

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)