Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
feat: add APIs for GKE OOTB metrics packages (#403)
Browse files Browse the repository at this point in the history
* feat: add APIs for GKE OOTB metrics packages

PiperOrigin-RevId: 554852538

Source-Link: googleapis/googleapis@ac012ee

Source-Link: https://github.com/googleapis/googleapis-gen/commit/91ddf779d506713f28bb2a1717ac287f225ee3d2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTFkZGY3NzlkNTA2NzEzZjI4YmIyYTE3MTdhYzI4N2YyMjVlZTNkMiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add APIs for GKE OOTB metrics packages

PiperOrigin-RevId: 554853517

Source-Link: googleapis/googleapis@4879bb2

Source-Link: https://github.com/googleapis/googleapis-gen/commit/3151254ac452ca93f246f95db98690b849a5e58d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzE1MTI1NGFjNDUyY2E5M2YyNDZmOTVkYjk4NjkwYjg0OWE1ZTU4ZCJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 9, 2023
1 parent 2a2f1ca commit 834872a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
18 changes: 18 additions & 0 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -8907,12 +8907,30 @@ class Component(proto.Enum):
kube-scheduler
CONTROLLER_MANAGER (5):
kube-controller-manager
STORAGE (7):
Storage
HPA (8):
Horizontal Pod Autoscaling
POD (9):
Pod
DAEMONSET (10):
DaemonSet
DEPLOYMENT (11):
Deployment
STATEFULSET (12):
Statefulset
"""
COMPONENT_UNSPECIFIED = 0
SYSTEM_COMPONENTS = 1
APISERVER = 3
SCHEDULER = 4
CONTROLLER_MANAGER = 5
STORAGE = 7
HPA = 8
POD = 9
DAEMONSET = 10
DEPLOYMENT = 11
STATEFULSET = 12

enable_components: MutableSequence[Component] = proto.RepeatedField(
proto.ENUM,
Expand Down
18 changes: 18 additions & 0 deletions google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9845,13 +9845,31 @@ class Component(proto.Enum):
kube-scheduler
CONTROLLER_MANAGER (5):
kube-controller-manager
STORAGE (7):
Storage
HPA (8):
Horizontal Pod Autoscaling
POD (9):
Pod
DAEMONSET (10):
DaemonSet
DEPLOYMENT (11):
Deployment
STATEFULSET (12):
Statefulset
"""
COMPONENT_UNSPECIFIED = 0
SYSTEM_COMPONENTS = 1
WORKLOADS = 2
APISERVER = 3
SCHEDULER = 4
CONTROLLER_MANAGER = 5
STORAGE = 7
HPA = 8
POD = 9
DAEMONSET = 10
DEPLOYMENT = 11
STATEFULSET = 12

enable_components: MutableSequence[Component] = proto.RepeatedField(
proto.ENUM,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.28.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.28.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 834872a

Please sign in to comment.