From 54db9785d65d8a9dfc78d1cf230810b19f1abffb Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Thu, 15 Nov 2018 13:49:23 +0100 Subject: feat(main): Support specifying kubectl args in ResourceSets --- context/context.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'context/context.go') diff --git a/context/context.go b/context/context.go index 49de7f46957a..314fc3584545 100644 --- a/context/context.go +++ b/context/context.go @@ -28,6 +28,9 @@ type ResourceSet struct { // Values to include when interpolating resources from this resource set. Values map[string]interface{} `json:"values"` + // Args to pass on to kubectl for this resource set. + Args []string `json:"args"` + // Nested resource sets to include Include []ResourceSet `json:"include"` -- cgit 1.4.1