Documentation
¶
Index ¶
Constants ¶
View Source
const AppGUIDLabel = "cloudfoundry.org/app_guid"
View Source
const BuildGUIDLabel = "cloudfoundry.org/build_guid"
View Source
const BuildReasonAnnotation = "image.kpack.io/reason"
View Source
const DropletGUIDLabel = "cloudfoundry.org/droplet_guid"
Variables ¶
View Source
var BuildFilterError = errors.New("Received a build event with a non-build runtime.Object")
View Source
var ImageFilterError = errors.New("Received an image event with a non-image runtime.Object")
Functions ¶
This section is empty.
Types ¶
type BuildReconciler ¶
type BuildReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
CFClient CfBuildUpdater
image_registry.ImageConfigFetcher
}
BuildReconciler reconciles a Build object
func (*BuildReconciler) SetupWithManager ¶
func (r *BuildReconciler) SetupWithManager(mgr ctrl.Manager) error
type CfBuildUpdater ¶
type ImageReconciler ¶
type ImageReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
CFClient *cf.Client
AppsClientSet *appsv1.AppsV1Client
WorkloadsNamespace string
}
ImageReconciler reconciles a Image object
func (*ImageReconciler) SetupWithManager ¶
func (r *ImageReconciler) SetupWithManager(mgr ctrl.Manager) error
type PeriodicSyncReconciler ¶
type PeriodicSyncReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
CFClient cf.ClientInterface
WorkloadsNamespace string
}
PeriodicSyncReconciler reconciles a PeriodicSync object
func (*PeriodicSyncReconciler) SetupWithManager ¶
func (r *PeriodicSyncReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.