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

Commit 834872a

Browse files
feat: add APIs for GKE OOTB metrics packages (#403)
* 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>
1 parent 2a2f1ca commit 834872a

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

google/cloud/container_v1/types/cluster_service.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8907,12 +8907,30 @@ class Component(proto.Enum):
89078907
kube-scheduler
89088908
CONTROLLER_MANAGER (5):
89098909
kube-controller-manager
8910+
STORAGE (7):
8911+
Storage
8912+
HPA (8):
8913+
Horizontal Pod Autoscaling
8914+
POD (9):
8915+
Pod
8916+
DAEMONSET (10):
8917+
DaemonSet
8918+
DEPLOYMENT (11):
8919+
Deployment
8920+
STATEFULSET (12):
8921+
Statefulset
89108922
"""
89118923
COMPONENT_UNSPECIFIED = 0
89128924
SYSTEM_COMPONENTS = 1
89138925
APISERVER = 3
89148926
SCHEDULER = 4
89158927
CONTROLLER_MANAGER = 5
8928+
STORAGE = 7
8929+
HPA = 8
8930+
POD = 9
8931+
DAEMONSET = 10
8932+
DEPLOYMENT = 11
8933+
STATEFULSET = 12
89168934

89178935
enable_components: MutableSequence[Component] = proto.RepeatedField(
89188936
proto.ENUM,

google/cloud/container_v1beta1/types/cluster_service.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9845,13 +9845,31 @@ class Component(proto.Enum):
98459845
kube-scheduler
98469846
CONTROLLER_MANAGER (5):
98479847
kube-controller-manager
9848+
STORAGE (7):
9849+
Storage
9850+
HPA (8):
9851+
Horizontal Pod Autoscaling
9852+
POD (9):
9853+
Pod
9854+
DAEMONSET (10):
9855+
DaemonSet
9856+
DEPLOYMENT (11):
9857+
Deployment
9858+
STATEFULSET (12):
9859+
Statefulset
98489860
"""
98499861
COMPONENT_UNSPECIFIED = 0
98509862
SYSTEM_COMPONENTS = 1
98519863
WORKLOADS = 2
98529864
APISERVER = 3
98539865
SCHEDULER = 4
98549866
CONTROLLER_MANAGER = 5
9867+
STORAGE = 7
9868+
HPA = 8
9869+
POD = 9
9870+
DAEMONSET = 10
9871+
DEPLOYMENT = 11
9872+
STATEFULSET = 12
98559873

98569874
enable_components: MutableSequence[Component] = proto.RepeatedField(
98579875
proto.ENUM,

samples/generated_samples/snippet_metadata_google.container.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-container",
11-
"version": "2.28.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.container.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-container",
11-
"version": "2.28.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)