chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package cli
|
||||
|
||||
import "k8s.io/apimachinery/pkg/version"
|
||||
|
||||
func (kcl *KubeClient) ServerVersion() (*version.Info, error) {
|
||||
return kcl.cli.Discovery().ServerVersion()
|
||||
}
|
||||
Reference in New Issue
Block a user