github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/api/types/container/container_update.go (about)

     1  package container
     2  
     3  // ----------------------------------------------------------------------------
     4  // DO NOT EDIT THIS FILE
     5  // This file was generated by `swagger generate operation`
     6  //
     7  // See hack/generate-swagger-api.sh
     8  // ----------------------------------------------------------------------------
     9  
    10  // ContainerUpdateOKBody container update o k body
    11  // swagger:model ContainerUpdateOKBody
    12  type ContainerUpdateOKBody struct {
    13  
    14  	// warnings
    15  	// Required: true
    16  	Warnings []string `json:"Warnings"`
    17  }