Update k8s_facts.py (#56193)

https://github.com/ansible/ansible/issues/55448
This commit is contained in:
Kylix 2019-05-07 18:36:10 -07:00 committed by Will Thames
parent c99e79cc58
commit e00f086c96

View file

@ -97,7 +97,7 @@ EXAMPLES = '''
k8s_facts:
kind: Pod
field_selectors:
- status.phase = running
- status.phase=Running
'''
RETURN = '''