Add ConfigMap support to kubernetes module (#21014)
This commit is contained in:
parent
a78f3faa6c
commit
b5414088a3
1 changed files with 1 additions and 0 deletions
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",
|
||||
|
|
Loading…
Reference in a new issue