...

Source file src/github.com/openshift/api/image/docker10/zz_generated.swagger_doc_generated.go

Documentation: github.com/openshift/api/image/docker10

     1  package docker10
     2  
     3  // This file contains a collection of methods that can be used from go-restful to
     4  // generate Swagger API documentation for its models. Please read this PR for more
     5  // information on the implementation: https://github.com/emicklei/go-restful/pull/215
     6  //
     7  // TODOs are ignored from the parser (e.g. TODO(andronat):... || TODO:...) if and only if
     8  // they are on one line! For multiple line or blocks that you want to ignore use ---.
     9  // Any context after a --- is ignored.
    10  //
    11  // Those methods can be generated by using hack/update-swagger-docs.sh
    12  
    13  // AUTO-GENERATED FUNCTIONS START HERE
    14  var map_DockerConfig = map[string]string{
    15  	"": "DockerConfig is the list of configuration options used when creating a container.",
    16  }
    17  
    18  func (DockerConfig) SwaggerDoc() map[string]string {
    19  	return map_DockerConfig
    20  }
    21  
    22  var map_DockerImage = map[string]string{
    23  	"": "DockerImage is the type representing a container image and its various properties when retrieved from the Docker client API.\n\nCompatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.",
    24  }
    25  
    26  func (DockerImage) SwaggerDoc() map[string]string {
    27  	return map_DockerImage
    28  }
    29  
    30  // AUTO-GENERATED FUNCTIONS END HERE
    31  

View as plain text