configmap.md
July 16, 2020 ยท View on GitHub
k8s_configmap
k8s_configmap(name, annotations, from_file, from_literal, namespace, labels)
| Attributes | |
|---|---|
name |
Name, required
A unique name for this rule. |
annotations |
String dict, optional
Annotations to be added. |
from_file |
Label keyed String dict, required
A dictionary where the key is a file and the value is a name. The name is used in the data field of configmap. |
from_literal |
String dict, optional.
|
namespace |
String, optional.
|
labels |
String dict, optional
Labels to be added. |