]
Andre Dietisheim updated JBIDE-21612:
-------------------------------------
Fix Version/s: 4.4.x
Explorer: Properly Handle deployer and pre/post hook pods
---------------------------------------------------------
Key: JBIDE-21612
URL:
https://issues.jboss.org/browse/JBIDE-21612
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Jeff Cantrill
Fix For: 4.4.x
Special pods are not associated with the deployment. We should be able to do that by
looking at the annotation:
{{{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "database-1-deploy",
"namespace": "aaa",
"selfLink": "/api/v1/namespaces/aaa/pods/database-1-deploy",
"uid": "0162415c-c6c6-11e5-80fd-080027c5bfa9",
"resourceVersion": "55087",
"creationTimestamp": "2016-01-29T20:22:23Z",
"labels": {
"openshift.io/deployer-pod-for.name": "database-1"
},
"annotations": {
"openshift.io/deployment.name": "database-1",
"openshift.io/scc": "restricted"
}
},
}}