diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-10 17:27:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 17:27:29 -0500 |
commit | bf68d82e78da04d6042637fcabd82c6864bbdd96 (patch) | |
tree | 32ebbe3cad2318b849ba3fcae142615c5a207b2f /roles/lib_openshift/library | |
parent | 34134d59d9b5b107682a5ba11d5891e3830d219a (diff) | |
parent | 1983bee2a040382e6938c557b5a3b9b6580f0cc6 (diff) | |
download | openshift-bf68d82e78da04d6042637fcabd82c6864bbdd96.tar.gz openshift-bf68d82e78da04d6042637fcabd82c6864bbdd96.tar.bz2 openshift-bf68d82e78da04d6042637fcabd82c6864bbdd96.tar.xz openshift-bf68d82e78da04d6042637fcabd82c6864bbdd96.zip |
Merge pull request #3967 from jarrpa/oc_volume-doc
Merged by openshift-bot
Diffstat (limited to 'roles/lib_openshift/library')
-rw-r--r-- | roles/lib_openshift/library/oc_volume.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/lib_openshift/library/oc_volume.py b/roles/lib_openshift/library/oc_volume.py index 5a507348c..b89215510 100644 --- a/roles/lib_openshift/library/oc_volume.py +++ b/roles/lib_openshift/library/oc_volume.py @@ -80,6 +80,18 @@ options: required: false default: False aliases: [] + name: + description: + - Name of the object that is being queried. + required: false + default: None + aliases: [] + vol_name: + description: + - Name of the volume that is being queried. + required: false + default: None + aliases: [] namespace: description: - The name of the namespace where the object lives |