Issue #2: Get the rest of the documentation errors fixed.

This commit is contained in:
Jeff Geerling
2020-01-30 16:35:24 -06:00
parent 4ac8e2e8bc
commit 21770a4fe2
5 changed files with 12 additions and 1 deletions

View File

@@ -108,14 +108,17 @@ result:
description: Standard object metadata. Includes name, namespace, annotations, labels, etc.
returned: success
type: complex
contains: Object metadata
spec:
description: Specific attributes of the object. Will vary based on the I(api_version) and I(kind).
returned: success
type: complex
contains: Specific object attributes
status:
description: Current status details for the object.
returned: success
type: complex
contains: Status details
'''
from ansible_collections.community.kubernetes.plugins.module_utils.scale import KubernetesAnsibleScaleModule