Andre Dietisheim created JBIDE-23205:
----------------------------------------
Summary: Allow to lookup ReplicationController for a Service without having
to get to the pods
Key: JBIDE-23205
URL:
https://issues.jboss.org/browse/JBIDE-23205
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.4.2.AM2
Reporter: Andre Dietisheim
When looking up a replication for a service, the current approach that we have requires us
to go and get the pods that match the service we're starting with. Once we have these
we then can determine what replication controller controls them.
This only works if a replication controller is set to have replicas. If there are none
there are no pods and we're thus stuck.
The match can be done directly: match the labels of the pod templates within the
replication controller against the service we're starting with.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)