Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReconcilerName = "Builds" Kind = "Build" ReasonCompleted = "Completed" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(ctx context.Context, opt reconciler.Options, k8sClient k8sclient.Interface, informer buildinformers.BuildInformer, podInformer corev1Informers.PodInformer, metadataRetriever MetadataRetriever, podGenerator PodGenerator, keychainFactory registry.KeychainFactory, injectedSidecarSupport bool) *controller.Impl
Types ¶
type ByCreationTimestamp ¶
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 PodGenerator ¶
type Reconciler ¶
type Reconciler struct { Client versioned.Interface KeychainFactory registry.KeychainFactory Lister buildlisters.BuildLister MetadataRetriever MetadataRetriever K8sClient k8sclient.Interface PodLister v1Listers.PodLister PodGenerator PodGenerator InjectedSidecarSupport bool }
Click to show internal directories.
Click to hide internal directories.