You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reduce logging verbosity and increase utility
Signed-off-by: John Belamaric <[email protected]>
* More logging changes
Signed-off-by: John Belamaric <[email protected]>
* Fix fake type
Signed-off-by: John Belamaric <[email protected]>
* Only send MODIFIED if the package revision resource version has changed
Signed-off-by: John Belamaric <[email protected]>
* Add ResourceVersion to fake repo package revision
Signed-off-by: John Belamaric <[email protected]>
* PV controller should requeue for some errors
Signed-off-by: John Belamaric <[email protected]>
* Abort a poll if one is already running
Signed-off-by: John Belamaric <[email protected]>
* Remove use of ticker for cache repo polling
Signed-off-by: John Belamaric <[email protected]>
---------
Signed-off-by: John Belamaric <[email protected]>
ConditionTypeStalled="Stalled"// whether or not the packagevariant object is making progress or not
61
62
ConditionTypeReady="Ready"// whether or notthe reconciliation succeded
63
+
64
+
requeueDuration=30*time.Second
62
65
)
63
66
64
67
//go:generate go run sigs.k8s.io/controller-tools/cmd/[email protected] rbac:roleName=porch-controllers-packagevariants webhook paths="." output:rbac:artifacts:config=../../../config/rbac
klog.Infof("repo %s: addSent %d, modSent %d, delSent for %d old and %d new repo packages", r.id, addSent, modSent, len(oldPackageRevisionNames), len(newPackageRevisionNames))
klog.Infof("engine: sent %d modified for deleted PackageRevision %s/%s with finalizers", sent, oldPackage.repoPackageRevision.KubeObjectNamespace(), oldPackage.KubeObjectName())
855
860
returnnil
856
861
}
857
862
klog.Infof("PackageRevision %s deleted for real since no finalizers", oldPackage.KubeObjectName())
0 commit comments