We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67803e3 commit 82d6777Copy full SHA for 82d6777
main.go
@@ -30,6 +30,7 @@ var (
30
"extraDNSRecords": handleArray(),
31
"grants": handleArray(),
32
"groups": handleObject(),
33
+ "ipsets": handleObject(),
34
"nodeAttrs": handleArray(), // TODO: need to merge anything?
35
"postures": handleObject(),
36
"ssh": handleArray(),
testdata/input-parent.hujson
@@ -63,4 +63,8 @@
63
"tag:dave": [],
64
"tag:jane": [],
65
},
66
+
67
+ "ipsets": {
68
+ "ipset:parent": ["192.0.2.0"],
69
+ },
70
}
0 commit comments