mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Fixes #5: Use proper FQCN for doc fragment refs.
This commit is contained in:
@@ -20,7 +20,6 @@ options:
|
|||||||
aliases:
|
aliases:
|
||||||
- definition
|
- definition
|
||||||
- inline
|
- inline
|
||||||
type: list_dict_str
|
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- "Provide a path to a file containing a valid YAML definition of an object or objects to be created or updated. Mutually
|
- "Provide a path to a file containing a valid YAML definition of an object or objects to be created or updated. Mutually
|
||||||
|
|||||||
@@ -35,10 +35,10 @@ description:
|
|||||||
- Supports check mode.
|
- Supports check mode.
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- k8s_state_options
|
- community.kubernetes.k8s_state_options
|
||||||
- k8s_name_options
|
- community.kubernetes.k8s_name_options
|
||||||
- k8s_resource_options
|
- community.kubernetes.k8s_resource_options
|
||||||
- k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- If your OpenShift Python library is not 0.9.0 or newer and you are trying to
|
- If your OpenShift Python library is not 0.9.0 or newer and you are trying to
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ options:
|
|||||||
type: list
|
type: list
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.7"
|
- "python >= 2.7"
|
||||||
|
|||||||
@@ -30,10 +30,10 @@ description:
|
|||||||
or Replication Controller, or the parallelism attribute of a Job. Supports check mode.
|
or Replication Controller, or the parallelism attribute of a Job. Supports check mode.
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- k8s_name_options
|
- community.kubernetes.k8s_name_options
|
||||||
- k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
- k8s_resource_options
|
- community.kubernetes.k8s_resource_options
|
||||||
- k8s_scale_options
|
- community.kubernetes.k8s_scale_options
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.7"
|
- "python >= 2.7"
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ description:
|
|||||||
- Use Openshift Python SDK to manage Services on Kubernetes
|
- Use Openshift Python SDK to manage Services on Kubernetes
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
|
|
||||||
options:
|
options:
|
||||||
resource_definition:
|
resource_definition:
|
||||||
|
|||||||
Reference in New Issue
Block a user