Documentation
¶
Index ¶
- func EnqueueBuildsOfSourcePackage(enqueue func(interface{}), buildLister kflisters.BuildLister) func(obj interface{}) error
- func EnqueueBuildsOfSpace(enqueue func(interface{}), buildLister kflisters.BuildLister) func(obj interface{}) error
- func NewController(ctx context.Context, cmw configmap.Watcher) *controller.Impl
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnqueueBuildsOfSourcePackage ¶
func EnqueueBuildsOfSourcePackage( enqueue func(interface{}), buildLister kflisters.BuildLister, ) func(obj interface{}) error
EnqueueBuildsOfSourcePackage will find the corresponding Builds for the SourcePackage. It will enqueue the key for any it finds.
func EnqueueBuildsOfSpace ¶
func EnqueueBuildsOfSpace( enqueue func(interface{}), buildLister kflisters.BuildLister, ) func(obj interface{}) error
EnqueueBuildsOfSpace will find the corresponding Builds for the Space. It will enqueue a key for each one.
func NewController ¶
NewController creates a new controller capable of reconciling Kf builds.
Types ¶
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
Reconciler reconciles a build object with the K8s cluster.
func (*Reconciler) ApplyChanges ¶
ApplyChanges updates the linked resources in the cluster with the current status of the build.
Click to show internal directories.
Click to hide internal directories.