File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
site/reference/schema/kptfile Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,7 @@ func IsKRM(n *yaml.RNode) error {
212
212
return nil
213
213
}
214
214
215
- // isKustomization determines if given YAML is a kustomization file
216
- // or a kustomization resource.
215
+ // isKustomization determines if given YAML is a kustomization file or resource.
217
216
func isKustomization (n * yaml.RNode ) bool {
218
217
resourcePath , _ , err := kioutil .GetFileAnnotations (n )
219
218
if err == nil {
Original file line number Diff line number Diff line change 1
1
# Kptfile
2
2
3
- See
4
- [ definition here] ( https://github.com/googlecontainertools/kpt/blob/next/pkg/api/ kptfile/v1/types.go#L41 )
3
+ Grab the OpenAPI
4
+ [ schema here] ( https://kpt.dev/reference/schema/ kptfile/kptfile.yaml )
You can’t perform that action at this time.
0 commit comments