Skip to content

Commit

Permalink
feat: update SecurityPolicyIngressEgressInput type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
zhnd authored and netweng committed Sep 13, 2024
1 parent 8962a1d commit 30c7f6b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cloudtower-api-doc/static/specs/4.4.0-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -74340,10 +74340,16 @@
],
"type": "object"
},
"SecurityPolicyFlowControlType": {
"enum": [
"ALL"
],
"type": "string"
},
"SecurityPolicyIngressEgressInput": {
"properties": {
"type": {
"$ref": "#/components/schemas/NetworkPolicyRuleType"
"$ref": "#/components/schemas/SecurityPolicyFlowControlType"
},
"ports": {
"items": {
Expand Down
3 changes: 3 additions & 0 deletions cloudtower-api-doc/swagger/locales/en/4.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,9 @@
},
"NestedVirtualPrivateCloudService": {
"id": "id"
},
"SecurityPolicyFlowControlType": {
"enum": "* ALL: Allow access from all addresses.\n"
}
},
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions cloudtower-api-doc/swagger/locales/zh/4.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2423,6 +2423,9 @@
},
"NestedVirtualPrivateCloudService": {
"id": "唯一标识"
},
"SecurityPolicyFlowControlType": {
"enum": "* ALL: 允许所有地址进行访问\n"
}
},
"tags": [
Expand Down

0 comments on commit 30c7f6b

Please sign in to comment.