Skip to content

Commit

Permalink
feat: custom objects can be merged by json-patch (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus authored and k8s-ci-robot committed Jul 2, 2019
1 parent 3bee7a0 commit f038de1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/custom_objects_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@
"operationId": "patchClusterCustomObject",
"description": "patch the specified cluster scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down Expand Up @@ -571,6 +572,7 @@
"patch": {
"description": "partially update status of the specified cluster scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down Expand Up @@ -717,6 +719,7 @@
"patch": {
"description": "partially update scale of the specified cluster scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down Expand Up @@ -882,6 +885,7 @@
"operationId": "patchNamespacedCustomObject",
"description": "patch the specified namespace scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down Expand Up @@ -1070,6 +1074,7 @@
"patch": {
"description": "partially update status of the specified namespace scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down Expand Up @@ -1223,6 +1228,7 @@
"patch": {
"description": "partially update scale of the specified namespace scoped custom object",
"consumes": [
"application/json-patch+json",
"application/merge-patch+json"
],
"produces": [
Expand Down

0 comments on commit f038de1

Please sign in to comment.