mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add ConfigMap support to kubernetes module (#21014)
This commit is contained in:
committed by
Ryan Brown
parent
a78f3faa6c
commit
b5414088a3
1
lib/ansible/modules/clustering/kubernetes.py
Normal file → Executable file
1
lib/ansible/modules/clustering/kubernetes.py
Normal file → Executable file
@@ -198,6 +198,7 @@ from ansible.module_utils.urls import fetch_url
|
||||
|
||||
KIND_URL = {
|
||||
"binding": "/api/v1/namespaces/{namespace}/bindings",
|
||||
"configmap": "/api/v1/namespaces/{namespace}/configmaps",
|
||||
"endpoints": "/api/v1/namespaces/{namespace}/endpoints",
|
||||
"limitrange": "/api/v1/namespaces/{namespace}/limitranges",
|
||||
"namespace": "/api/v1/namespaces",
|
||||
|
||||
Reference in New Issue
Block a user