You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errs=multierror.Append(errs, errors.New("rootfsPropagation must be empty or one of \"private|rprivate|slave|rslave|shared|rshared|unbindable|runbindable\""))
708
-
}
709
-
710
696
for_, maskedPath:=rangev.spec.Linux.MaskedPaths {
711
697
if!strings.HasPrefix(maskedPath, "/") {
712
698
errs=multierror.Append(errs, fmt.Errorf("maskedPath %v is not an absolute path", maskedPath))
0 commit comments