...

Source file src/github.com/openshift/api/example/v1alpha1/zz_generated.swagger_doc_generated.go

Documentation: github.com/openshift/api/example/v1alpha1

     1  package v1alpha1
     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_NotStableConfigType = map[string]string{
    15  	"":         "NotStableConfigType is a stable config type that is TechPreviewNoUpgrade only.\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.",
    16  	"metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    17  	"spec":     "spec is the specification of the desired behavior of the NotStableConfigType.",
    18  	"status":   "status is the most recently observed status of the NotStableConfigType.",
    19  }
    20  
    21  func (NotStableConfigType) SwaggerDoc() map[string]string {
    22  	return map_NotStableConfigType
    23  }
    24  
    25  var map_NotStableConfigTypeList = map[string]string{
    26  	"":         "NotStableConfigTypeList contains a list of NotStableConfigTypes.\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.",
    27  	"metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    28  }
    29  
    30  func (NotStableConfigTypeList) SwaggerDoc() map[string]string {
    31  	return map_NotStableConfigTypeList
    32  }
    33  
    34  var map_NotStableConfigTypeSpec = map[string]string{
    35  	"":         "NotStableConfigTypeSpec is the desired state",
    36  	"newField": "newField is a field that is tech preview, but because the entire type is gated, there is no marker on the field.",
    37  }
    38  
    39  func (NotStableConfigTypeSpec) SwaggerDoc() map[string]string {
    40  	return map_NotStableConfigTypeSpec
    41  }
    42  
    43  var map_NotStableConfigTypeStatus = map[string]string{
    44  	"":           "NotStableConfigTypeStatus defines the observed status of the NotStableConfigType.",
    45  	"conditions": "Represents the observations of a foo's current state. Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\"",
    46  }
    47  
    48  func (NotStableConfigTypeStatus) SwaggerDoc() map[string]string {
    49  	return map_NotStableConfigTypeStatus
    50  }
    51  
    52  // AUTO-GENERATED FUNCTIONS END HERE
    53  

View as plain text