Skip to content

Commit 70aeb97

Browse files
committed
add TODO
1 parent 7448b32 commit 70aeb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/component/reconcile.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import (
4949
// TODO: simplify the manager's client creation (do not force it to uncache T and the apiextensions/apiregistration types)
5050
// TODO: the default client does not cache unstructured objects; from the perspective of this package it should be fine to cache unstructured ...
5151

52+
// TODO: we should disallow generators to produce manifests using metadata.generatName (it would break the whole inventory logic)
53+
5254
// TODO: in general add more retry to overcome 409 update errors (also etcd storage errors because of missed precondition on delete)
5355

5456
// TODO: it might be desirable to run the component operator outside the target cluster;

0 commit comments

Comments
 (0)