github.com/arunkumar7540/cli@v6.45.0+incompatible/integration/helpers/version_v6.go (about) 1 // +build !V7 2 3 package helpers 4 5 // SkipIfV7AndVersionLessThan is used to skip tests if the target build is V7 and API version < the specified version 6 // If minVersion contains the prefix 3 then the v3 version is checked, otherwise the v2 version is used. 7 func SkipIfV7AndVersionLessThan(minVersion string) {} 8 9 // SkipIfV7 is used to skip tests if the target build is V7. 10 func SkipIfV7() {}