kubernetes.core icon indicating copy to clipboard operation
kubernetes.core copied to clipboard

add filter documentation

Open samccann opened this issue 3 years ago • 0 comments
trafficstars

SUMMARY

ansible-core 2.14 adds 'side car docs' which gives collection owners the ability to add documentation for previously undocumentable filter and test plugins.

This requires creating yaml files in the same directory as the filter or test plugin code, one yaml file per plugin.

See https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/filter/b64decode.yml for an example. Please add filter docs for k8s_config_resource_name filter

ISSUE TYPE
  • Documentation Report
COMPONENT NAME
ANSIBLE VERSION

Related to https://github.com/ansible-community/community-team/issues/65

samccann avatar Oct 04 '22 20:10 samccann