Deployments under apps/v1beta1 with new defaults
This commit is contained in:
@@ -2808,9 +2808,3 @@ func TestIsValidSysctlPattern(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func newBool(val bool) *bool {
|
||||
p := new(bool)
|
||||
*p = val
|
||||
return p
|
||||
}
|
||||
|
Reference in New Issue
Block a user