Fixes #5: Use proper FQCN for doc fragment refs.

This commit is contained in:
Jeff Geerling
2020-01-30 15:45:30 -06:00
parent 8e5a74f16a
commit 3cba5969cc
5 changed files with 10 additions and 11 deletions

View File

@@ -20,7 +20,6 @@ options:
aliases:
- definition
- inline
type: list_dict_str
src:
description:
- "Provide a path to a file containing a valid YAML definition of an object or objects to be created or updated. Mutually

View File

@@ -35,10 +35,10 @@ description:
- Supports check mode.
extends_documentation_fragment:
- k8s_state_options
- k8s_name_options
- k8s_resource_options
- k8s_auth_options
- community.kubernetes.k8s_state_options
- community.kubernetes.k8s_name_options
- community.kubernetes.k8s_resource_options
- community.kubernetes.k8s_auth_options
notes:
- If your OpenShift Python library is not 0.9.0 or newer and you are trying to

View File

@@ -64,7 +64,7 @@ options:
type: list
extends_documentation_fragment:
- k8s_auth_options
- community.kubernetes.k8s_auth_options
requirements:
- "python >= 2.7"

View File

@@ -30,10 +30,10 @@ description:
or Replication Controller, or the parallelism attribute of a Job. Supports check mode.
extends_documentation_fragment:
- k8s_name_options
- k8s_auth_options
- k8s_resource_options
- k8s_scale_options
- community.kubernetes.k8s_name_options
- community.kubernetes.k8s_auth_options
- community.kubernetes.k8s_resource_options
- community.kubernetes.k8s_scale_options
requirements:
- "python >= 2.7"

View File

@@ -27,7 +27,7 @@ description:
- Use Openshift Python SDK to manage Services on Kubernetes
extends_documentation_fragment:
- k8s_auth_options
- community.kubernetes.k8s_auth_options
options:
resource_definition: