We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3033f2 commit 4ed148fCopy full SHA for 4ed148f
2 files changed
dev/malformed_extra_spaces.libsonnet
@@ -0,0 +1,9 @@
1
+function(name, namespace)
2
+ {
3
+ apiVersion: 'accurate.cybozu.com/v1',
4
+ kind: 'SubNamespace',
5
+ metadata: {
6
+ name: name ,
7
+ namespace: namespace,
8
+ }
9
dev/malformed.libsonnet dev/malformed_missing_comma.libsonnetdev/malformed.libsonnet renamed to dev/malformed_missing_comma.libsonnet
0 commit comments