summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/lib/secret.py
Commit message (Collapse)AuthorAgeFilesLines
* fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+0
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-1/+1
|
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-201-1/+1
|
* 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
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-251-0/+99