Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ValidJsonnetBody = []byte("{}\n") InvalidJsonnetBody = []byte("{,}\n") MalformedJsonnetBody = []byte(`function(name, namespace) { apiVersion: 'accurate.cybozu.com/v1', kind: 'SubNamespace', metadata: { name: name, namespace: namespace // missing the trailing comma }, } `) )
Functions ¶
func PrepareTestDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.