Skip to content

Commit 87534ad

Browse files
feat(container): update the api
#### container:v1 The following keys were added: - schemas.AutoMonitoringConfig (Total Keys: 3) - schemas.ManagedPrometheusConfig.properties.autoMonitoringConfig.$ref (Total Keys: 1)
1 parent ba7b7b7 commit 87534ad

File tree

4 files changed

+67
-10
lines changed

4 files changed

+67
-10
lines changed

docs/dyn/container_v1.projects.locations.clusters.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@ <h3>Method Details</h3>
598598
],
599599
},
600600
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
601+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
602+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
603+
},
601604
&quot;enabled&quot;: True or False, # Enable Managed Collection.
602605
},
603606
},
@@ -1744,6 +1747,9 @@ <h3>Method Details</h3>
17441747
],
17451748
},
17461749
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
1750+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
1751+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
1752+
},
17471753
&quot;enabled&quot;: True or False, # Enable Managed Collection.
17481754
},
17491755
},
@@ -2793,6 +2799,9 @@ <h3>Method Details</h3>
27932799
],
27942800
},
27952801
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
2802+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
2803+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
2804+
},
27962805
&quot;enabled&quot;: True or False, # Enable Managed Collection.
27972806
},
27982807
},
@@ -4627,6 +4636,9 @@ <h3>Method Details</h3>
46274636
],
46284637
},
46294638
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
4639+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
4640+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
4641+
},
46304642
&quot;enabled&quot;: True or False, # Enable Managed Collection.
46314643
},
46324644
},

docs/dyn/container_v1.projects.zones.clusters.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ <h3>Method Details</h3>
689689
],
690690
},
691691
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
692+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
693+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
694+
},
692695
&quot;enabled&quot;: True or False, # Enable Managed Collection.
693696
},
694697
},
@@ -1835,6 +1838,9 @@ <h3>Method Details</h3>
18351838
],
18361839
},
18371840
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
1841+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
1842+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
1843+
},
18381844
&quot;enabled&quot;: True or False, # Enable Managed Collection.
18391845
},
18401846
},
@@ -2928,6 +2934,9 @@ <h3>Method Details</h3>
29282934
],
29292935
},
29302936
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
2937+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
2938+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
2939+
},
29312940
&quot;enabled&quot;: True or False, # Enable Managed Collection.
29322941
},
29332942
},
@@ -4654,6 +4663,9 @@ <h3>Method Details</h3>
46544663
],
46554664
},
46564665
&quot;managedPrometheusConfig&quot;: { # ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus. # Enable Google Cloud Managed Service for Prometheus in the cluster.
4666+
&quot;autoMonitoringConfig&quot;: { # AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring. # GKE Workload Auto-Monitoring Configuration.
4667+
&quot;scope&quot;: &quot;A String&quot;, # Scope for GKE Workload Auto-Monitoring.
4668+
},
46574669
&quot;enabled&quot;: True or False, # Enable Managed Collection.
46584670
},
46594671
},

googleapiclient/discovery_cache/documents/container.v1.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
}
25412541
}
25422542
},
2543-
"revision": "20250211",
2543+
"revision": "20250225",
25442544
"rootUrl": "https://container.googleapis.com/",
25452545
"schemas": {
25462546
"AcceleratorConfig": {
@@ -2757,6 +2757,27 @@
27572757
},
27582758
"type": "object"
27592759
},
2760+
"AutoMonitoringConfig": {
2761+
"description": "AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring.",
2762+
"id": "AutoMonitoringConfig",
2763+
"properties": {
2764+
"scope": {
2765+
"description": "Scope for GKE Workload Auto-Monitoring.",
2766+
"enum": [
2767+
"SCOPE_UNSPECIFIED",
2768+
"ALL",
2769+
"NONE"
2770+
],
2771+
"enumDescriptions": [
2772+
"Not set.",
2773+
"Auto-Monitoring is enabled for all supported applications.",
2774+
"Disable Auto-Monitoring."
2775+
],
2776+
"type": "string"
2777+
}
2778+
},
2779+
"type": "object"
2780+
},
27602781
"AutoUpgradeOptions": {
27612782
"description": "AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.",
27622783
"id": "AutoUpgradeOptions",
@@ -4345,13 +4366,15 @@
43454366
"EVENT_TYPE_UNSPECIFIED",
43464367
"UPGRADE_AVAILABLE_EVENT",
43474368
"UPGRADE_EVENT",
4348-
"SECURITY_BULLETIN_EVENT"
4369+
"SECURITY_BULLETIN_EVENT",
4370+
"UPGRADE_INFO_EVENT"
43494371
],
43504372
"enumDescriptions": [
43514373
"Not set, will be ignored.",
43524374
"Corresponds with UpgradeAvailableEvent.",
43534375
"Corresponds with UpgradeEvent.",
4354-
"Corresponds with SecurityBulletinEvent."
4376+
"Corresponds with SecurityBulletinEvent.",
4377+
"Corresponds with UpgradeInfoEvent."
43554378
],
43564379
"type": "string"
43574380
},
@@ -5169,6 +5192,10 @@ false
51695192
"description": "ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.",
51705193
"id": "ManagedPrometheusConfig",
51715194
"properties": {
5195+
"autoMonitoringConfig": {
5196+
"$ref": "AutoMonitoringConfig",
5197+
"description": "GKE Workload Auto-Monitoring Configuration."
5198+
},
51725199
"enabled": {
51735200
"description": "Enable Managed Collection.",
51745201
"type": "boolean"
@@ -7729,7 +7756,8 @@ false
77297756
"GCE_QUOTA_EXCEEDED",
77307757
"SET_BY_OPERATOR",
77317758
"CLOUD_KMS_KEY_ERROR",
7732-
"CA_EXPIRING"
7759+
"CA_EXPIRING",
7760+
"NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS"
77337761
],
77347762
"enumDescriptions": [
77357763
"UNKNOWN indicates a generic condition.",
@@ -7738,7 +7766,8 @@ false
77387766
"Google Compute Engine quota was exceeded.",
77397767
"Cluster state was manually changed by an SRE due to a system logic error.",
77407768
"Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption.",
7741-
"Cluster CA is expiring soon."
7769+
"Cluster CA is expiring soon.",
7770+
"Node service account is missing permissions."
77427771
],
77437772
"type": "string"
77447773
},

googleapiclient/discovery_cache/documents/container.v1beta1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
}
26862686
}
26872687
},
2688-
"revision": "20250211",
2688+
"revision": "20250225",
26892689
"rootUrl": "https://container.googleapis.com/",
26902690
"schemas": {
26912691
"AcceleratorConfig": {
@@ -4810,13 +4810,15 @@
48104810
"EVENT_TYPE_UNSPECIFIED",
48114811
"UPGRADE_AVAILABLE_EVENT",
48124812
"UPGRADE_EVENT",
4813-
"SECURITY_BULLETIN_EVENT"
4813+
"SECURITY_BULLETIN_EVENT",
4814+
"UPGRADE_INFO_EVENT"
48144815
],
48154816
"enumDescriptions": [
48164817
"Not set, will be ignored.",
48174818
"Corresponds with UpgradeAvailableEvent.",
48184819
"Corresponds with UpgradeEvent.",
4819-
"Corresponds with SecurityBulletinEvent."
4820+
"Corresponds with SecurityBulletinEvent.",
4821+
"Corresponds with UpgradeInfoEvent."
48204822
],
48214823
"type": "string"
48224824
},
@@ -8541,7 +8543,8 @@ false
85418543
"GCE_QUOTA_EXCEEDED",
85428544
"SET_BY_OPERATOR",
85438545
"CLOUD_KMS_KEY_ERROR",
8544-
"CA_EXPIRING"
8546+
"CA_EXPIRING",
8547+
"NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS"
85458548
],
85468549
"enumDescriptions": [
85478550
"UNKNOWN indicates a generic condition.",
@@ -8550,7 +8553,8 @@ false
85508553
"Google Compute Engine quota was exceeded.",
85518554
"Cluster state was manually changed by an SRE due to a system logic error.",
85528555
"Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption.",
8553-
"Cluster CA is expiring soon."
8556+
"Cluster CA is expiring soon.",
8557+
"Node service account is missing permissions."
85548558
],
85558559
"type": "string"
85568560
},

0 commit comments

Comments
 (0)