-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Describe the problem:
The problem is, I have two
@Operator(forKind = ServiceA.class, prefix = "salaboy.org")
and
@Operator(forKind = ServiceB.class, prefix = "salaboy.org")
From Service A onAdd(ServiceA serviceA) I want get check all the instances of ServiceB.
It feels to me that then I need to register manually a Fabric8 Kube APIs watch on a Custom Resource, which push me to do all the manual handling instead of reusing the ServiceB operator.
Steps to reproduce:
Observed Results:
- What happened? This could be a description, log output, etc.
Expected Results:
It will be great if the AbstractOperator provide a client for fetching those resources. By a Client I mean:
private NonNamespaceOperation<ServiceA, ServiceAList, DoneableServiceA, Resource<ServiceA, DoneableServiceA>> serviceACRDClient;
If this exists.. maybe some pointers to the docs would help
Metadata
Metadata
Assignees
Labels
No labels