update kube-openapi dep

This commit is contained in:
Daniel Smith
2018-10-25 16:47:01 -07:00
parent 50dffba0f3
commit 6a11f9d46d
16 changed files with 366 additions and 161 deletions

View File

@@ -173,6 +173,8 @@ type Kind struct {
RequiredFields []string
// Maps field names to types.
Fields map[string]Schema
// FieldOrder reports the canonical order for the fields.
FieldOrder []string
}
var _ Schema = &Kind{}