mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #48235 from xiangpengzhao/fix-get-capacity
Implement GetCapacity in container_manager_unsupported
This commit is contained in:
commit
8bece8ec41
@ -64,6 +64,10 @@ func (cm *unsupportedContainerManager) GetNodeAllocatableReservation() v1.Resour
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (cm *unsupportedContainerManager) GetCapacity() v1.ResourceList {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (cm *unsupportedContainerManager) NewPodContainerManager() PodContainerManager {
|
func (cm *unsupportedContainerManager) NewPodContainerManager() PodContainerManager {
|
||||||
return &unsupportedPodContainerManager{}
|
return &unsupportedPodContainerManager{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user