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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
**Bug Fix:**
3
3
- Update ExecProvider to use safe\_get() to tolerate kube-config file that sets
4
4
`args: null` and `env: null`[kubernetes-client/python-base#91](https://github.com/kubernetes-client/python-base/pull/91)
5
+
- Properly deserialize API server's response when posting a deployment rollback [kubernetes/kubernetes#68909](https://github.com/kubernetes/kubernetes/pull/68909)
6
+
7
+
**API Change:**
8
+
- dry-run: CREATE/UPDATE/PATCH methods now support dryRun parameter [kubernetes/kubernetes#69359](https://github.com/kubernetes/kubernetes/pull/69359)
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
49
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
48
50
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
73
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
70
74
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
49
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
48
50
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
73
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
70
74
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
50
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
49
51
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
75
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
72
76
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
164
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
155
165
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
188
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
177
189
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
272
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
255
273
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
296
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
277
297
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
380
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
355
381
:param str pretty: If 'true', then the output is pretty printed.
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
404
+
:param bool include_uninitialized: If IncludeUninitialized is specified, the object may be returned without completing initialization.
377
405
:param str pretty: If 'true', then the output is pretty printed.
0 commit comments