mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
Add missing default values in docstrings (#180)
* Add missing default values in docstrings These are needed for milestone (2.15) sanity tests. * Add changelog fragment
This commit is contained in:
3
changelogs/fragments/180-default-values-doc.yml
Normal file
3
changelogs/fragments/180-default-values-doc.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
trivial:
|
||||
- add missing default values to docstrings (https://github.com/openshift/community.okd/pull/180).
|
||||
@@ -60,6 +60,7 @@ options:
|
||||
- The elements specified in this list will override the ones specified in C(allow_groups).
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
allow_groups:
|
||||
description:
|
||||
- Allowed groups, could be openshift group name or LDAP group dn value.
|
||||
@@ -67,6 +68,7 @@ options:
|
||||
like I(cn=developers,ou=groups,ou=rfc2307,dc=ansible,dc=redhat).
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
|
||||
requirements:
|
||||
- python >= 3.6
|
||||
|
||||
@@ -129,6 +129,7 @@ options:
|
||||
- New
|
||||
- Pending
|
||||
- Running
|
||||
default: []
|
||||
|
||||
requirements:
|
||||
- python >= 3.6
|
||||
|
||||
Reference in New Issue
Block a user