Documentation ¶
Overview ¶
Package githubsource implements a GitHubSource controller.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶ added in v0.11.0
Types ¶
type Reconciler ¶ added in v0.11.0
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
Reconciler reconciles a GitHubSource object
func (*Reconciler) Reconcile ¶ added in v0.11.0
func (r *Reconciler) Reconcile(ctx context.Context, key string) error
Reconcile reads that state of the cluster for a GitHubSource object and makes changes based on the state read and what is in the GitHubSource.Spec
func (*Reconciler) UpdateFromLoggingConfigMap ¶ added in v0.11.0
func (r *Reconciler) UpdateFromLoggingConfigMap(cfg *corev1.ConfigMap)
Click to show internal directories.
Click to hide internal directories.