mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #87230 from tanjunchen/remove-TODO-skip.go
remove TODO in test/e2e/framework/skip.go
This commit is contained in:
commit
fbfbd10c28
@ -163,10 +163,7 @@ func SkipUnlessSSHKeyPresent() {
|
||||
}
|
||||
}
|
||||
|
||||
// serverVersionGTE returns true if v is greater than or equal to the server
|
||||
// version.
|
||||
//
|
||||
// TODO(18726): This should be incorporated into client.VersionInterface.
|
||||
// serverVersionGTE returns true if v is greater than or equal to the server version.
|
||||
func serverVersionGTE(v *utilversion.Version, c discovery.ServerVersionInterface) (bool, error) {
|
||||
serverVersion, err := c.ServerVersion()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user