update generated deps

Kubernetes-commit: dcb10d81d18f4e8a58496ef61b62247ae93bbaef
This commit is contained in:
Daniel Smith
2018-10-31 17:11:23 -07:00
committed by Kubernetes Publisher
parent dcc8aa9d76
commit cbb9197ba2
27 changed files with 589 additions and 387 deletions
+2
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{}