Merge pull request #3715 from natasha41575/SpeedUpCustomParsing

Speed up custom parsing
This commit is contained in:
Jeff Regan
2021-03-15 22:26:27 -07:00
committed by GitHub
6 changed files with 287 additions and 92456 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