Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

deletes pipelines on space removal #2352

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2018

  1. deletes pipelines on space removal

    pipelines doesnt get deleted while removing a space
    which leaves dangling pipelines in OpenShift.
    
    This patch deletes the pipelines while removing a
    space
    
    Patch adds
    - REST API to delete pipeline by space label
    - Test cases for delete pipeline(buildconfig) function
    - Delete BuildConfig API in OpenShift client
    - Test cases for delete BuildConfig API
    - Refactors kubernetes_client to get client objects
    - Fixes delete OpenShift resources tests
    
    Fixes
     -openshiftio/openshift.io#3802
    hrishin committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    5ed0213 View commit details
    Browse the repository at this point in the history
  2. fixes gofmt

    hrishin committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    41dd555 View commit details
    Browse the repository at this point in the history
  3. Fixes review comments

    - updates an API to delete by space id
    - updates an API URL
    - fixes test cases
    hrishin committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    cc41ea4 View commit details
    Browse the repository at this point in the history
  4. fixes gofmt

    hrishin committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    0b1e507 View commit details
    Browse the repository at this point in the history