mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
fn/framework support for reading from stdin in standalone
- speficy '-' to read from stdin when running standalone
This commit is contained in:
@@ -21,7 +21,7 @@ func TestPatchTemplate(t *testing.T) {
|
||||
// TODO: make this test pass on windows -- current failure seems spurious
|
||||
testutil.SkipWindows(t)
|
||||
|
||||
cmdFn := func() cobra.Command {
|
||||
cmdFn := func() *cobra.Command {
|
||||
type api struct {
|
||||
Selector framework.Selector `json:"selector" yaml:"selector"`
|
||||
A string `json:"a" yaml:"a"`
|
||||
|
||||
Reference in New Issue
Block a user