summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_obj.py
Commit message (Collapse)AuthorAgeFilesLines
* String compatibility for python2,3Kenny Woodson2017-02-171-1/+1
|
* Pleasing the linting gods.Kenny Woodson2017-02-161-5/+14
|
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-161-5/+16
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-161-13/+30
|
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-131-4/+1
|
* Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson2017-02-081-2/+2
|
* Adding code to copy kubeconfig before running oc commands.Kenny Woodson2017-02-081-1/+12
|
* Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-081-18/+38
|
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-061-8/+15
|
* Adding unit test for oc_service. Added environment fix for non-standard oc ↵Kenny Woodson2017-01-311-3/+5
| | | | installs.
* Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-301-8/+15
|
* Added unit integration tests. Enhanced unit tests. Fixed an issue in ↵Kenny Woodson2017-01-261-1/+1
| | | | openshift_cmd for namespace.
* Adding integration test for oc_scale.Kenny Woodson2017-01-251-3/+2
|
* Generate the artifacts from fragments.Tim Bielawa2017-01-241-0/+24
|
* Adding version to lib_openshiftKenny Woodson2017-01-201-11/+65
|
* Adding oc_obj to the lib_openshift libraryKenny Woodson2017-01-181-0/+1390