updated krusty tests for custom schema

This commit is contained in:
Natasha Sarkar
2021-03-10 13:45:34 -08:00
parent bab8c34c1f
commit ed3ab9f532
3 changed files with 27 additions and 92434 deletions

View File

@@ -1,3 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package krusty_test
import (
@@ -183,6 +186,7 @@ openapi:
func TestCustomOpenApiFieldOverlayTakesPrecedence(t *testing.T) {
th := kusttest_test.MakeHarness(t)
openapi.ResetOpenAPI()
th.WriteK("base", `
resources:
- mycrd.yaml

View File

@@ -1,3 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
package krusty_test
import (

File diff suppressed because it is too large Load Diff