summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_secret.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace has_key in new modulesSteve Milner2017-02-201-1/+1
| | | | | | | The dict.has_key has been removed in Python 3. However, both Python 2 and 3 support: if needle in dict
* 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-4/+4
|
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-251-0/+202