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: api/openapi-spec/v3/apis__batch__v1_openapi.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,10 @@
114
114
"suspend": {
115
115
"description": "This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
116
116
"type": "boolean"
117
+
},
118
+
"timeZone": {
119
+
"description": "The time zone for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will rely on the time zone of the kube-controller-manager process. ALPHA: This field is in alpha and must be enabled via the `CronJobTimeZone` feature gate.",
Copy file name to clipboardExpand all lines: api/openapi-spec/v3/apis__batch__v1beta1_openapi.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,10 @@
164
164
"suspend": {
165
165
"description": "This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
166
166
"type": "boolean"
167
+
},
168
+
"timeZone": {
169
+
"description": "The time zone for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will rely on the time zone of the kube-controller-manager process. ALPHA: This field is in alpha and must be enabled via the `CronJobTimeZone` feature gate.",
0 commit comments