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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: doc/user-manual.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ All running containers of the Framework will be stopped while the object of the
84
84
| Code | Body | Description |
85
85
|:---- |:---- |:---- |
86
86
| OK(200) |[Framework](../pkg/apis/frameworkcontroller/v1/types.go)| Return current Framework. |
87
-
| NotFound(200) |[Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta)| The specified Framework is not found. |
87
+
| NotFound(404) |[Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta)| The specified Framework is not found. |
| OK(200) | [Framework](../pkg/apis/frameworkcontroller/v1/types.go) | The specified Framework is deleting.<br>Return current Framework. |
121
121
| OK(200) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is deleted. |
122
-
| NotFound(200) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
122
+
| NotFound(404) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
123
123
124
124
#### <a name="GET_Framework">GET Framework</a>
125
125
**Request**
@@ -135,7 +135,7 @@ Get the specified Framework.
135
135
| Code | Body | Description |
136
136
|:---- |:---- |:---- |
137
137
| OK(200) | [Framework](../pkg/apis/frameworkcontroller/v1/types.go) | Return current Framework. |
138
-
| NotFound(200) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
138
+
| NotFound(404) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
@@ -171,7 +171,7 @@ Watch the change events of the specified Framework.
171
171
| Code | Body | Description |
172
172
|:---- |:---- |:---- |
173
173
| OK(200) | [WatchEvent](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#watchevent-v1-meta) | Streaming the change events of the specified Framework. |
174
-
| NotFound(200) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
174
+
| NotFound(404) | [Status](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#status-v1-meta) | The specified Framework is not found. |
0 commit comments