github.com/moby/docker@v26.1.3+incompatible/api/types/container/container_update.go (about)

     1  package container // import "github.com/docker/docker/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  }