mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
TemplateProcessor can add custom resource schemas to openapi
This commit is contained in:
10
kyaml/fn/framework/testdata/template-processor/patches/custom-resource/patch.template.yaml
vendored
Normal file
10
kyaml/fn/framework/testdata/template-processor/patches/custom-resource/patch.template.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright 2021 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
spec:
|
||||
targets:
|
||||
- app: B
|
||||
size: small
|
||||
- app: C
|
||||
type: Ruby
|
||||
size: large
|
||||
Reference in New Issue
Block a user