Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: "", Version: "v1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶
Types ¶
type BuildDefaultsConfig ¶
type BuildDefaultsConfig struct { unversioned.TypeMeta `json:",inline"` // GitHTTPProxy is the location of the HTTPProxy for Git source GitHTTPProxy string `json:"gitHTTPProxy,omitempty",description:"location of the git http proxy"` // GitHTTPSProxy is the location of the HTTPSProxy for Git source GitHTTPSProxy string `json:"gitHTTPSProxy,omitempty",description:"location of the git https proxy"` // 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 Env []kapi.EnvVar `json:"env,omitempty",description:"default environment variable values to add to builds"` }
BuildDefaultsConfig controls the default information for Builds
func (*BuildDefaultsConfig) GetObjectKind ¶
func (obj *BuildDefaultsConfig) GetObjectKind() unversioned.ObjectKind
func (BuildDefaultsConfig) SwaggerDoc ¶ added in v1.1.4
func (BuildDefaultsConfig) SwaggerDoc() map[string]string
Click to show internal directories.
Click to hide internal directories.