Documentation
¶
Index ¶
Constants ¶
const InternalSecretLabelName = "appstudio.redhat.com/internal"
Variables ¶
var ( MintMakerGitPlatformLabel = "mintmaker.appstudio.redhat.com/git-platform" MintMakerComponentNameLabel = "mintmaker.appstudio.redhat.com/component" MintMakerComponentNamespaceLabel = "mintmaker.appstudio.redhat.com/namespace" )
Functions ¶
This section is empty.
Types ¶
type DependencyUpdateCheckReconciler ¶
type DependencyUpdateCheckReconciler struct { Client client.Client APIReader client.Reader Scheme *runtime.Scheme Config *config.ControllerConfig }
DependencyUpdateCheckReconciler reconciles a DependencyUpdateCheck object
func NewDependencyUpdateCheckReconciler ¶
func NewDependencyUpdateCheckReconciler(client client.Client, apiReader client.Reader, scheme *runtime.Scheme, config *config.ControllerConfig, 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 EventReconciler ¶
EventReconciler reconciles a Event object
func (*EventReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*EventReconciler) SetupWithManager ¶
func (r *EventReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PipelineRunReconciler ¶
type PipelineRunReconciler struct { Client client.Client Scheme *runtime.Scheme Config *config.ControllerConfig }
PipelineRunReconciler reconciles a PipelineRun object
func (*PipelineRunReconciler) SetupWithManager ¶
func (r *PipelineRunReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.