summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_secret.py
Commit message (Collapse)AuthorAgeFilesLines
* oc_secret: allow use of force for secret typeJose A. Rivera2017-06-071-5/+9
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-0/+7
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* 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