mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Rework client.Interface
This commit is contained in:
@@ -48,7 +48,7 @@ type ClientNodeInfo struct {
|
||||
}
|
||||
|
||||
func (nodes ClientNodeInfo) GetNodeInfo(nodeID string) (*api.Minion, error) {
|
||||
return nodes.GetMinion(nodeID)
|
||||
return nodes.Minions().Get(nodeID)
|
||||
}
|
||||
|
||||
func isVolumeConflict(volume api.Volume, pod *api.Pod) bool {
|
||||
|
||||
Reference in New Issue
Block a user