summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_obj.py
Commit message (Expand)AuthorAgeFilesLines
* adding check to a yaml dump to work properly with new ruamel libIvan Horvath2017-08-091-1/+10
* oc_obj: set _delete() rc to 0 if err is 'not found'Jose A. Rivera2017-06-061-1/+6
* oc_obj: only check 'items' if exists in deleteJose A. Rivera2017-06-061-1/+2
* Updating oc_obj to use get instead of getattrewolinetz2017-05-081-1/+1
* oc_obj: Allow for multiple kinds in deleteJose A. Rivera2017-04-211-6/+3
* Fixed a string format and a lint space issueKenny Woodson2017-04-051-1/+1
* Adding ability to delete by selector.Kenny Woodson2017-04-051-9/+6
* Adding delete with selector support.Kenny Woodson2017-04-051-12/+24
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+0
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-131-4/+1
* Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-081-1/+1
* Adding oc_obj to the lib_openshift libraryKenny Woodson2017-01-181-0/+193