forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swagger_doc.go
17 lines (14 loc) · 899 Bytes
/
swagger_doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package v1
// This file contains methods that can be used by the go-restful package to generate Swagger
// documentation for the object types found in 'types.go' This file is automatically generated
// by hack/update-generated-swagger-descriptions.sh and should be run after a full build of OpenShift.
// ==== DO NOT EDIT THIS FILE MANUALLY ====
var map_BuildDefaultsConfig = map[string]string{
"": "BuildDefaultsConfig controls the default information for Builds",
"gitHTTPProxy": "GitHTTPProxy is the location of the HTTPProxy for Git source",
"gitHTTPSProxy": "GitHTTPSProxy is the location of the HTTPSProxy for Git source",
"env": "Env is a set of default environment variables that will be applied to the build if the specified variables do not exist on the build",
}
func (BuildDefaultsConfig) SwaggerDoc() map[string]string {
return map_BuildDefaultsConfig
}