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 a49f897 commit e923883Copy full SHA for e923883
manifest/test/acceptance/customresourcedefinition_test.go
@@ -1,3 +1,4 @@
1
+//go:build acceptance
2
// +build acceptance
3
4
package acceptance
@@ -58,6 +59,17 @@ func TestKubernetesManifest_CustomResourceDefinition(t *testing.T) {
58
59
"refs": map[string]interface{}{
60
"type": "number",
61
},
62
+ "stuff": map[string]interface{}{
63
+ "type": "array",
64
+ "items": map[string]interface{}{
65
+ "type": "object",
66
+ "properties": map[string]interface{}{
67
+ "foo": map[string]interface{}{
68
+ "type": "string",
69
+ },
70
71
72
73
74
75
0 commit comments