mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-01 00:00:03 +08:00
Merge pull request #70260 from lavalamp/schema-fix
bump kube-openapi dep Kubernetes-commit: 6f897af2daffd8cd3539f1ef279b9f9bc280d98f
This commit is contained in:
+2
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user