Bump k8s.io/kube-openapi to commit ee342a809c29

Updates to consume the aggregated OpenAPI spec lazy-marshaling behaviour
introduced with: https://github.com/kubernetes/kube-openapi/pull/251

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
This commit is contained in:
Alper Rifat Ulucinar
2021-11-05 14:10:09 +03:00
parent ed42bbd722
commit 38f888bdd1
47 changed files with 406 additions and 189 deletions

View File

@@ -91,7 +91,7 @@ func NewSchemaValidator(schema *spec.Schema, rootSchema interface{}, root string
return &s
}
// SetPath sets the path for this schema valdiator
// SetPath sets the path for this schema validator
func (s *SchemaValidator) SetPath(path string) {
s.Path = path
}