Documentation
¶
Index ¶
Constants ¶
View Source
const ( RenovateImageEnvName = "RENOVATE_IMAGE" DefaultRenovateImageUrl = "quay.io/konflux-ci/mintmaker-renovate-image:latest" )
View Source
const (
// Annotation that specifies git provider id for self hosted SCM instances, e.g. github or gitlab.
GitProviderAnnotationName = "git-provider"
)
Variables ¶
View Source
var ( MaxSimultaneousPipelineRuns = 20 MintMakerAppstudioLabel = "mintmaker.appstudio.redhat.com/platform" )
Functions ¶
This section is empty.
Types ¶
type DependencyUpdateCheckReconciler ¶
DependencyUpdateCheckReconciler reconciles a DependencyUpdateCheck object
func NewDependencyUpdateCheckReconciler ¶
func NewDependencyUpdateCheckReconciler(client client.Client, scheme *runtime.Scheme, eventRecorder record.EventRecorder) *DependencyUpdateCheckReconciler
func (*DependencyUpdateCheckReconciler) Reconcile ¶
func (r *DependencyUpdateCheckReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.3/pkg/reconcile
func (*DependencyUpdateCheckReconciler) SetupWithManager ¶
func (r *DependencyUpdateCheckReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PipelineRunReconciler ¶
PipelineRunReconciler reconciles a PipelineRun object
func (*PipelineRunReconciler) SetupWithManager ¶
func (r *PipelineRunReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.