...

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

Documentation: github.com/openshift/api/servicecertsigner/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_ServiceCertSignerOperatorConfig = map[string]string{
    15  	"":         "ServiceCertSignerOperatorConfig provides information to configure an operator to manage the service cert signing controllers\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  }
    18  
    19  func (ServiceCertSignerOperatorConfig) SwaggerDoc() map[string]string {
    20  	return map_ServiceCertSignerOperatorConfig
    21  }
    22  
    23  var map_ServiceCertSignerOperatorConfigList = map[string]string{
    24  	"":         "ServiceCertSignerOperatorConfigList is a collection of items\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.",
    25  	"metadata": "metadata is the standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    26  	"items":    "Items contains the items",
    27  }
    28  
    29  func (ServiceCertSignerOperatorConfigList) SwaggerDoc() map[string]string {
    30  	return map_ServiceCertSignerOperatorConfigList
    31  }
    32  
    33  // AUTO-GENERATED FUNCTIONS END HERE
    34  

View as plain text