mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
k8s: change customTypes example to attrset
This commit is contained in:
parent
47e69e87e1
commit
a12f905f17
1 changed files with 3 additions and 5 deletions
|
|
@ -333,17 +333,15 @@ in {
|
|||
};
|
||||
|
||||
customTypes = mkOption {
|
||||
description = "List of custom resource types to make API for";
|
||||
example = [
|
||||
{
|
||||
description = "Custom resource types to make API for";
|
||||
example = {
|
||||
helmchartconfig = {
|
||||
attrName = "helmchartconfig";
|
||||
kind = "HelmChartConfig";
|
||||
version = "v1";
|
||||
group = "helm.cattle.io";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
type =
|
||||
coerceListOfSubmodulesToAttrs
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue