summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/doc/sdnvalidator
blob: 0b1862ed10323c7dfe89c281889821e4e1a41335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# flake8: noqa
# pylint: skip-file

DOCUMENTATION = '''
---
module: oc_sdnvalidator
short_description: Validate SDN objects
description:
  - Validate SDN objects
options:
  kubeconfig:
    description:
    - The path for the kubeconfig file to use for authentication
    required: false
    default: /etc/origin/master/admin.kubeconfig
    aliases: []
author:
- "Mo Khan <monis@redhat.com>"
extends_documentation_fragment: []
'''

EXAMPLES = '''
oc_version:
- name: get oc sdnvalidator
  sdnvalidator:
  register: oc_sdnvalidator
'''