mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +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
|
// 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 {
|
// type Spec struct {
|
||||||
// Value string `yaml:"value,omitempty"`
|
// Value string `yaml:"value,omitempty"`
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user