mirror of https://github.com/k3s-io/k3s.git
fix omitempty on ProcMount
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>pull/58/head
parent
709ac9ce85
commit
5e63ef0adb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue