mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Add import statements to help users get up-and-running faster
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
//
|
||||
// Example function implementation using framework.SimpleProcessor with a struct input
|
||||
//
|
||||
// import (
|
||||
// "sigs.k8s.io/kustomize/kyaml/errors"
|
||||
// "sigs.k8s.io/kustomize/kyaml/fn/framework"
|
||||
// "sigs.k8s.io/kustomize/kyaml/kio"
|
||||
// "sigs.k8s.io/kustomize/kyaml/yaml"
|
||||
// )
|
||||
//
|
||||
// type Spec struct {
|
||||
// Value string `yaml:"value,omitempty"`
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user