build

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2020 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReconcilerName = "Builds"
	Kind           = "Build"
)

Variables

This section is empty.

Functions

func NewController

func NewController(opt reconciler.Options, k8sClient k8sclient.Interface, informer v1alpha1informer.BuildInformer, podInformer corev1Informers.PodInformer, metadataRetriever MetadataRetriever, podGenerator PodGenerator) *controller.Impl

Types

type ByCreationTimestamp

type ByCreationTimestamp []*v1alpha1.Build

func (ByCreationTimestamp) Len

func (o ByCreationTimestamp) Len() int

func (ByCreationTimestamp) Less

func (o ByCreationTimestamp) Less(i, j int) bool

func (ByCreationTimestamp) Swap

func (o ByCreationTimestamp) Swap(i, j int)

type MetadataRetriever

type MetadataRetriever interface {
	GetBuiltImage(repoName *v1alpha1.Build) (cnb.BuiltImage, error)
}

type PodGenerator

type PodGenerator interface {
	Generate(build buildpod.BuildPodable) (*corev1.Pod, error)
}

type Reconciler

type Reconciler struct {
	Client            versioned.Interface
	Lister            v1alpha1lister.BuildLister
	MetadataRetriever MetadataRetriever
	K8sClient         k8sclient.Interface
	PodLister         v1Listers.PodLister
	PodGenerator      PodGenerator
}

func (*Reconciler) Reconcile

func (c *Reconciler) Reconcile(ctx context.Context, key string) error

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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