mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
add openapi/path field to use custom openapi schema document
This commit is contained in:
@@ -285,12 +285,13 @@ spec:
|
||||
`)
|
||||
}
|
||||
|
||||
const runPath = "/app/prod"
|
||||
|
||||
func TestOpenAPIFieldFromComponent(t *testing.T) {
|
||||
input := []FileGen{
|
||||
writeTestBase,
|
||||
writeTestComponentWithOlderOpenAPIVersion,
|
||||
writeOverlayProd}
|
||||
runPath := "/app/prod"
|
||||
|
||||
th := kusttest_test.MakeHarness(t)
|
||||
for _, f := range input {
|
||||
|
||||
Reference in New Issue
Block a user