Versions in this module Expand all Collapse all v0 v0.5.0 Feb 7, 2020 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Blob struct + URL string + func (b *Blob) Validate() validation.FieldErrors + func (in *Blob) DeepCopy() *Blob + func (in *Blob) DeepCopyInto(out *Blob) + type Build struct + Spec BuildSpec + Status BuildStatus + func (in *Build) DeepCopy() *Build + func (in *Build) DeepCopyInto(out *Build) + func (in *Build) DeepCopyObject() runtime.Object + type BuildList struct + Items []Build + func (in *BuildList) DeepCopy() *BuildList + func (in *BuildList) DeepCopyInto(out *BuildList) + func (in *BuildList) DeepCopyObject() runtime.Object + type BuildSpec struct + Builder BuilderImage + CacheName string + Env []corev1.EnvVar + Resources corev1.ResourceRequirements + ServiceAccount string + Source SourceConfig + Tags []string + func (in *BuildSpec) DeepCopy() *BuildSpec + func (in *BuildSpec) DeepCopyInto(out *BuildSpec) + type BuildStatus struct + BuildMetadata BuildpackMetadataList + LatestImage string + PodName string + StepStates []corev1.ContainerState + StepsCompleted []string + func (in *BuildStatus) DeepCopy() *BuildStatus + func (in *BuildStatus) DeepCopyInto(out *BuildStatus) + type Builder struct + Spec BuilderSpec + Status BuilderStatus + func (in *Builder) DeepCopy() *Builder + func (in *Builder) DeepCopyInto(out *Builder) + func (in *Builder) DeepCopyObject() runtime.Object + type BuilderImage struct + Image string + ImagePullSecrets []corev1.LocalObjectReference + func (in *BuilderImage) DeepCopy() *BuilderImage + func (in *BuilderImage) DeepCopyInto(out *BuilderImage) + type BuilderList struct + Items []Builder + func (in *BuilderList) DeepCopy() *BuilderList + func (in *BuilderList) DeepCopyInto(out *BuilderList) + func (in *BuilderList) DeepCopyObject() runtime.Object + type BuilderSpec struct + Image string + UpdatePolicy BuilderUpdatePolicy + func (in *BuilderSpec) DeepCopy() *BuilderSpec + func (in *BuilderSpec) DeepCopyInto(out *BuilderSpec) + type BuilderStatus struct + BuilderMetadata BuildpackMetadataList + LatestImage string + func (in *BuilderStatus) DeepCopy() *BuilderStatus + func (in *BuilderStatus) DeepCopyInto(out *BuilderStatus) + type BuilderUpdatePolicy string + const External + const Polling + type BuildpackMetadata struct + ID string + Version string + func (in *BuildpackMetadata) DeepCopy() *BuildpackMetadata + func (in *BuildpackMetadata) DeepCopyInto(out *BuildpackMetadata) + type BuildpackMetadataList []BuildpackMetadata + func (in BuildpackMetadataList) DeepCopy() BuildpackMetadataList + func (in BuildpackMetadataList) DeepCopyInto(out *BuildpackMetadataList) + type ClusterBuilder struct + Spec BuilderSpec + Status BuilderStatus + func (in *ClusterBuilder) DeepCopy() *ClusterBuilder + func (in *ClusterBuilder) DeepCopyInto(out *ClusterBuilder) + func (in *ClusterBuilder) DeepCopyObject() runtime.Object + type ClusterBuilderList struct + Items []ClusterBuilder + func (in *ClusterBuilderList) DeepCopy() *ClusterBuilderList + func (in *ClusterBuilderList) DeepCopyInto(out *ClusterBuilderList) + func (in *ClusterBuilderList) DeepCopyObject() runtime.Object + type Git struct + Revision string + URL string + func (g *Git) Validate() validation.FieldErrors + func (in *Git) DeepCopy() *Git + func (in *Git) DeepCopyInto(out *Git) + type GitSourceKind string + const Branch + const Commit + const Tag + const Unknown + type Image struct + Spec ImageSpec + Status ImageStatus + func (in *Image) DeepCopy() *Image + func (in *Image) DeepCopyInto(out *Image) + func (in *Image) DeepCopyObject() runtime.Object + type ImageBuild struct + Env []corev1.EnvVar + Resources corev1.ResourceRequirements + func (in *ImageBuild) DeepCopy() *ImageBuild + func (in *ImageBuild) DeepCopyInto(out *ImageBuild) + type ImageBuilder struct + Name string + func (in *ImageBuilder) DeepCopy() *ImageBuilder + func (in *ImageBuilder) DeepCopyInto(out *ImageBuilder) + type ImageList struct + Items []Image + func (in *ImageList) DeepCopy() *ImageList + func (in *ImageList) DeepCopyInto(out *ImageList) + func (in *ImageList) DeepCopyObject() runtime.Object + type ImageSpec struct + Build ImageBuild + Builder ImageBuilder + CacheSize *resource.Quantity + FailedBuildHistoryLimit *int64 + ImageTaggingStrategy ImageTaggingStrategy + ServiceAccount string + Source SourceConfig + SuccessBuildHistoryLimit *int64 + Tag string + func (in *ImageSpec) DeepCopy() *ImageSpec + func (in *ImageSpec) DeepCopyInto(out *ImageSpec) + type ImageStatus struct + BuildCacheName string + BuildCounter int64 + LatestBuildRef string + LatestImage string + func (in *ImageStatus) DeepCopy() *ImageStatus + func (in *ImageStatus) DeepCopyInto(out *ImageStatus) + type ImageTaggingStrategy string + const BuildNumber + const None + type Registry struct + Image string + ImagePullSecrets []corev1.LocalObjectReference + func (in *Registry) DeepCopy() *Registry + func (in *Registry) DeepCopyInto(out *Registry) + func (r *Registry) Validate() validation.FieldErrors + type ResolvedBlobSource struct + SubPath string + URL string + func (in *ResolvedBlobSource) DeepCopy() *ResolvedBlobSource + func (in *ResolvedBlobSource) DeepCopyInto(out *ResolvedBlobSource) + type ResolvedGitSource struct + Revision string + SubPath string + Type GitSourceKind + URL string + func (in *ResolvedGitSource) DeepCopy() *ResolvedGitSource + func (in *ResolvedGitSource) DeepCopyInto(out *ResolvedGitSource) + type ResolvedRegistrySource struct + Image string + ImagePullSecrets []corev1.LocalObjectReference + SubPath string + func (in *ResolvedRegistrySource) DeepCopy() *ResolvedRegistrySource + func (in *ResolvedRegistrySource) DeepCopyInto(out *ResolvedRegistrySource) + type ResolvedSourceConfig struct + Blob *ResolvedBlobSource + Git *ResolvedGitSource + Registry *ResolvedRegistrySource + func (in *ResolvedSourceConfig) DeepCopy() *ResolvedSourceConfig + func (in *ResolvedSourceConfig) DeepCopyInto(out *ResolvedSourceConfig) + type SourceConfig struct + Blob *Blob + Git *Git + Registry *Registry + SubPath string + func (in *SourceConfig) DeepCopy() *SourceConfig + func (in *SourceConfig) DeepCopyInto(out *SourceConfig) + func (s *SourceConfig) Validate() validation.FieldErrors + type SourceResolver struct + Spec SourceResolverSpec + Status SourceResolverStatus + func (in *SourceResolver) DeepCopy() *SourceResolver + func (in *SourceResolver) DeepCopyInto(out *SourceResolver) + func (in *SourceResolver) DeepCopyObject() runtime.Object + type SourceResolverList struct + Items []SourceResolver + func (in *SourceResolverList) DeepCopy() *SourceResolverList + func (in *SourceResolverList) DeepCopyInto(out *SourceResolverList) + func (in *SourceResolverList) DeepCopyObject() runtime.Object + type SourceResolverSpec struct + ServiceAccount string + Source SourceConfig + func (in *SourceResolverSpec) DeepCopy() *SourceResolverSpec + func (in *SourceResolverSpec) DeepCopyInto(out *SourceResolverSpec) + type SourceResolverStatus struct + Source ResolvedSourceConfig + func (in *SourceResolverStatus) DeepCopy() *SourceResolverStatus + func (in *SourceResolverStatus) DeepCopyInto(out *SourceResolverStatus)