Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController initializes the controller and is called by the generated code Registers event handlers to enqueue events
Types ¶
type Reconciler ¶ added in v1.16.0
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for the event target type.
func (*Reconciler) BuildAdapter ¶ added in v1.16.0
func (r *Reconciler) BuildAdapter(trg v1alpha1.Reconcilable) *servingv1.Service
BuildAdapter implements common.AdapterServiceBuilder.
func (*Reconciler) RBACOwners ¶ added in v1.16.0
func (r *Reconciler) RBACOwners(trg v1alpha1.Reconcilable) ([]kmeta.OwnerRefable, error)
RBACOwners implements common.AdapterServiceBuilder.
func (*Reconciler) ReconcileKind ¶ added in v1.16.0
func (r *Reconciler) ReconcileKind(ctx context.Context, trg *v1alpha1.GoogleCloudFirestoreTarget) reconciler.Event
ReconcileKind implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.