summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_obj.py
Commit message (Collapse)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
| | | | | | | When deleting multiple objects, allow for some resources to already be absent. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* oc_obj: only check 'items' if exists in deleteJose A. Rivera2017-06-061-1/+2
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* 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
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* 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