mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
add event to remove and reject waitingpods
This commit is contained in:
@@ -243,6 +243,9 @@ func (*fakeFramework) GetWaitingPod(uid types.UID) framework.WaitingPod {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (*fakeFramework) RejectWaitingPod(uid types.UID) {
|
||||
}
|
||||
|
||||
func (*fakeFramework) ClientSet() clientset.Interface {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user