v1

package
v1.2.0-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

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

func AddToScheme(scheme *runtime.Scheme)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL