summaryrefslogtreecommitdiff
path: root/pkg/bindings/play/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bindings/play/types.go')
-rw-r--r--pkg/bindings/play/types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/bindings/play/types.go b/pkg/bindings/play/types.go
index dbff4304b..5aaa87b8c 100644
--- a/pkg/bindings/play/types.go
+++ b/pkg/bindings/play/types.go
@@ -43,4 +43,6 @@ type KubeOptions struct {
LogOptions *[]string
// Start - don't start the pod if false
Start *bool
+ // Userns - define the user namespace to use.
+ Userns *string
}