Fix default resource limits (node capacities) for downward api volumes
This commit is contained in:
@@ -214,6 +214,9 @@ type VolumeHost interface {
|
||||
// mounts correctly. It will be replaced and expanded on by future
|
||||
// SecurityContext work.
|
||||
GetRootContext() string
|
||||
|
||||
// Returns node allocatable
|
||||
GetNodeAllocatable() (api.ResourceList, error)
|
||||
}
|
||||
|
||||
// VolumePluginMgr tracks registered plugins.
|
||||
|
Reference in New Issue
Block a user