Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubActionRunnerReconciler ¶
type GithubActionRunnerReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
GithubAPI githubapi.IRunnerAPI
Recorder record.EventRecorder
}
GithubActionRunnerReconciler reconciles a GithubActionRunner object
func (*GithubActionRunnerReconciler) Reconcile ¶
+kubebuilder:rbac:groups=garo.tietoevry.com,resources=githubactionrunners,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=garo.tietoevry.com,resources=githubactionrunners/status,verbs=get;update;patch +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=core,resources=secrets,verbs=get;list;watch +kubebuilder:rbac:groups="",resources=events,verbs=create;patch Reconcile is the main loop implementing the controller action
func (*GithubActionRunnerReconciler) SetupWithManager ¶
func (r *GithubActionRunnerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager configures the controller by using the passed mgr