mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
fix some example ptrs
This commit is contained in:
@@ -150,7 +150,9 @@ reminder.
|
|||||||
|
|
||||||
### Exec plugins
|
### Exec plugins
|
||||||
|
|
||||||
_TODO: Add ptr to example._
|
[chartinflator]: ../plugin/someteam.example.com/v1/ChartInflatorExec
|
||||||
|
|
||||||
|
See this example [helm chart inflator][chartInflator].
|
||||||
|
|
||||||
A exec plugin is any executable that accepts a
|
A exec plugin is any executable that accepts a
|
||||||
single argument on its command line - the name of
|
single argument on its command line - the name of
|
||||||
@@ -169,9 +171,10 @@ marshalled resources on `stdin` and capture
|
|||||||
|
|
||||||
### Go plugins
|
### Go plugins
|
||||||
|
|
||||||
_TODO: Add ptr to example._
|
|
||||||
|
|
||||||
[Go plugin]: https://golang.org/pkg/plugin/
|
[Go plugin]: https://golang.org/pkg/plugin/
|
||||||
|
[secretgenerator]: ../plugin/builtin/SecretGenerator.go
|
||||||
|
|
||||||
|
See this example [secret generator][secretGenerator].
|
||||||
|
|
||||||
A [Go plugin] for kustomize looks like this:
|
A [Go plugin] for kustomize looks like this:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user