mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fixes #5: Use proper FQCN for doc fragment refs.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -64,7 +64,7 @@ options:
|
||||
type: list
|
||||
|
||||
extends_documentation_fragment:
|
||||
- k8s_auth_options
|
||||
- community.kubernetes.k8s_auth_options
|
||||
|
||||
requirements:
|
||||
- "python >= 2.7"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user