mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-30 15:02:23 +00:00
Merge pull request #51998 from liggitt/discovery-error
Automatic merge from submit-queue Fix dynamic discovery error in e2e Actually fixes #51910 (I blame the reviewer of #51915, definitely not the author) The helper function never identified dynamic discovery errors
This commit is contained in:
commit
150a560eed
@ -1151,7 +1151,7 @@ func isDynamicDiscoveryError(err error) bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
// hasRemainingContent checks if there is remaining content in the namespace via API discovery
|
||||
|
Loading…
Reference in New Issue
Block a user