fix omitempty on ProcMount

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
pull/58/head
Jess Frazelle 2018-10-12 12:08:20 -04:00
parent 709ac9ce85
commit 5e63ef0adb
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
1 changed files with 1 additions and 1 deletions

View File

@ -5219,7 +5219,7 @@ type SecurityContext struct {
// readonly paths and masked paths.
// This requires the ProcMountType feature flag to be enabled.
// +optional
ProcMount *ProcMountType `json:"procMount,omitEmpty" protobuf:"bytes,9,opt,name=procMount"`
ProcMount *ProcMountType `json:"procMount,omitempty" protobuf:"bytes,9,opt,name=procMount"`
}
type ProcMountType string