github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/api/types/container/container_update.go (about) 1 package container // import "github.com/Prakhar-Agarwal-byte/moby/api/types/container" 2 3 // ---------------------------------------------------------------------------- 4 // Code generated by `swagger generate operation`. DO NOT EDIT. 5 // 6 // See hack/generate-swagger-api.sh 7 // ---------------------------------------------------------------------------- 8 9 // ContainerUpdateOKBody OK response to ContainerUpdate operation 10 // swagger:model ContainerUpdateOKBody 11 type ContainerUpdateOKBody struct { 12 13 // warnings 14 // Required: true 15 Warnings []string `json:"Warnings"` 16 }