Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Remove ANSIBLE_METADATA #95

Merged
merged 1 commit into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions plugins/filter/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'
}


try:
from openshift.helper.hashes import generate_hash
HAS_GENERATE_HASH = True
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
---
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/helm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
---
Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/helm_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
---
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''

module: k8s
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''

module: k8s_auth
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''

module: k8s_exec
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
module: k8s_info

Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
module: k8s_log

Expand Down
3 changes: 0 additions & 3 deletions plugins/modules/k8s_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''

Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/k8s_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
__metaclass__ = type


ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''

module: k8s_service
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/targets/kubernetes/library/test_tempfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}

DOCUMENTATION = '''
---
Expand Down