We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc154d6 + 95c14a9 commit 11185c6Copy full SHA for 11185c6
3 files changed
dev/malformed_extra_spaces.libsonnet
@@ -1,6 +1,6 @@
1
function(name, namespace)
2
{
3
- apiVersion: 'accurate.cybozu.com/v1',
+ apiVersion: 'accurate.cybozu.com/v2',
4
kind: 'SubNamespace',
5
metadata: {
6
name: name ,
dev/malformed_missing_comma.libsonnet
name: name,
testutil/util.go
@@ -11,7 +11,7 @@ var (
11
InvalidJsonnetBody = []byte("{,}\n")
12
MalformedJsonnetBody = []byte(`function(name, namespace)
13
14
15
16
17
0 commit comments