Versions in this module Expand all Collapse all v0 v0.0.1 Feb 16, 2023 Changes in this version + func AddObjectsToInventory(inv *deliveryv1alpha1.ResourceInventory, set *ssa.ChangeSet) error + func DiffInventory(inv *deliveryv1alpha1.ResourceInventory, ...) ([]*unstructured.Unstructured, error) + func ListMetaInInventory(inv *deliveryv1alpha1.ResourceInventory) (object.ObjMetadataSet, error) + func ListObjectsInInventory(inv *deliveryv1alpha1.ResourceInventory) ([]*unstructured.Unstructured, error) + func MkdirTempAbs(dir, pattern string) (string, error) + func NewInventory() *deliveryv1alpha1.ResourceInventory + type SourceRevisionChangePredicate struct + func (SourceRevisionChangePredicate) Update(e event.UpdateEvent) bool + type UnpackerImpersonation struct + func NewUnpackerImpersonation(d deliveryv1alpha1.Unpacker, kubeClient client.Client, ...) *UnpackerImpersonation + func (di *UnpackerImpersonation) CanFinalize(ctx context.Context) bool + func (di *UnpackerImpersonation) GetClient(ctx context.Context) (client.Client, *polling.StatusPoller, error) + func (di *UnpackerImpersonation) GetServiceAccountToken(ctx context.Context) (string, error) + type UnpackerReconciler struct + DefaultServiceAccount string + OCIRegistryAddr string + OCMClient ocmcontroller.FetchVerifier + Scheme *runtime.Scheme + StatusPoller *polling.StatusPoller + func (r *UnpackerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *UnpackerReconciler) SetupWithManager(mgr ctrl.Manager) error