Adds extra primitive types for the Wordpress example

pull/71/head^2
Robert Leenders 10 years ago
parent eed0ddaa96
commit 8a51089fd0

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

Loading…
Cancel
Save