Adds extra primitive types for the Wordpress example

pull/71/head^2
Robert Leenders 10 years ago
parent 6ca04c5205
commit 8b47cdcee0

@ -25,6 +25,9 @@ var Primitives = map[string]bool{
"Service": true, "Service": true,
"Namespace": true, "Namespace": true,
"Volume": true, "Volume": true,
"Endpoints": true,
"PersistentVolumeClaim": true,
"PersistentVolume": true,
} }
// SchemaImport represents an import as declared in a schema file. // SchemaImport represents an import as declared in a schema file.

Loading…
Cancel
Save