 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  var SchemeGroupVersion = unversioned.GroupVersion{Group: "", Version: runtime.APIVersionInternal}
    SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶
func Kind ¶
func Kind(kind string) unversioned.GroupKind
Kind takes an unqualified kind and returns back a Group qualified GroupKind
func Resource ¶
func Resource(resource string) unversioned.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type BuildDefaultsConfig ¶
type BuildDefaultsConfig struct {
	unversioned.TypeMeta
	// GitHTTPProxy is the location of the HTTPProxy for Git source
	GitHTTPProxy string
	// GitHTTPSProxy is the location of the HTTPSProxy for Git source
	GitHTTPSProxy string
	// 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
}
    BuildDefaultsConfig controls the default information for Builds
func (*BuildDefaultsConfig) GetObjectKind ¶
func (obj *BuildDefaultsConfig) GetObjectKind() unversioned.ObjectKind
 Click to show internal directories. 
   Click to hide internal directories.