Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RetryInterval specifies the time between two polls. RetryInterval = 10 * time.Second // RetryTimeout specifies the timeout for the function PollImmediate to // reach a certain status. RetryTimeout = 5 * time.Minute // DefaultCRName specifies the default targetnamespaceto be used // in autocreated TektonConfig instance DefaultCRName = "config" )
Variables ¶
This section is empty.
Functions ¶
func NewExtensibleController ¶
func NewExtensibleController(generator common.ExtensionGenerator) injection.ControllerConstructor
NewExtensibleController returns a controller extended to a specific platform
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for TektonConfig resources.
func (*Reconciler) FinalizeKind ¶
func (r *Reconciler) FinalizeKind(ctx context.Context, original *v1alpha1.TektonConfig) pkgreconciler.Event
FinalizeKind removes all resources after deletion of a TektonConfig.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, tc *v1alpha1.TektonConfig) pkgreconciler.Event
ReconcileKind compares the actual state with the desired, and attempts to converge the two.
Click to show internal directories.
Click to hide internal directories.