You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/container-v1beta1.json
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2685,7 +2685,7 @@
2685
2685
}
2686
2686
}
2687
2687
},
2688
-
"revision": "20250923",
2688
+
"revision": "20250930",
2689
2689
"rootUrl": "https://container.googleapis.com/",
2690
2690
"schemas": {
2691
2691
"AcceleratorConfig": {
@@ -3834,6 +3834,10 @@
3834
3834
"$ref": "SecretManagerConfig",
3835
3835
"description": "Secret CSI driver configuration."
3836
3836
},
3837
+
"secretSyncConfig": {
3838
+
"$ref": "SecretSyncConfig",
3839
+
"description": "Configuration for sync Secret Manager secrets as k8s secrets."
3840
+
},
3837
3841
"securityPostureConfig": {
3838
3842
"$ref": "SecurityPostureConfig",
3839
3843
"description": "Enable/Disable Security Posture API features for the cluster."
@@ -4603,6 +4607,10 @@
4603
4607
"privateRegistryAccessConfig": {
4604
4608
"$ref": "PrivateRegistryAccessConfig",
4605
4609
"description": "PrivateRegistryAccessConfig is used to configure access configuration for private container registries."
4610
+
},
4611
+
"writableCgroups": {
4612
+
"$ref": "WritableCgroups",
4613
+
"description": "Optional. WritableCgroups defines writable cgroups configuration for the node pool."
4606
4614
}
4607
4615
},
4608
4616
"type": "object"
@@ -6930,7 +6938,7 @@
6930
6938
"type": "boolean"
6931
6939
},
6932
6940
"cpuCfsQuotaPeriod": {
6933
-
"description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration.",
6941
+
"description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration between 1ms and 1 second, inclusive.",
6934
6942
"type": "string"
6935
6943
},
6936
6944
"cpuManagerPolicy": {
@@ -8337,6 +8345,21 @@
8337
8345
},
8338
8346
"type": "object"
8339
8347
},
8348
+
"SecretSyncConfig": {
8349
+
"description": "Configuration for sync Secret Manager secrets as k8s secrets.",
* Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
3122
+
* Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration between 1ms and 1 second, inclusive.
0 commit comments