[jbosstools-issues] [JBoss JIRA] (JBIDE-21612) Explorer: Properly Handle deployer and pre/post hook pods

Jeff Cantrill (JIRA) issues at jboss.org
Fri Jan 29 15:59:00 EST 2016


Jeff Cantrill created JBIDE-21612:
-------------------------------------

             Summary: 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




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"
        }
    },
}}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list