Skip to content

Commit

Permalink
Merge pull request AliyunContainerService#1324 from HusterWan/zr/fix-…
Browse files Browse the repository at this point in the history
…swagger-types

bugfix: ExecIDs should be a slice
  • Loading branch information
allencloud authored May 16, 2018
2 parents d71b477 + 28cff4b commit 19c956b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
5 changes: 4 additions & 1 deletion apis/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,10 @@ definitions:
AppArmorProfile:
type: "string"
ExecIDs:
type: "string"
description: "exec ids of container"
type: "array"
items:
type: "string"
HostConfig:
$ref: "#/definitions/HostConfig"
SizeRw:
Expand Down
18 changes: 16 additions & 2 deletions apis/types/container_json.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19c956b

Please sign in to comment.