1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

apihelpers: drop unused fields from K8sHelpers

This commit is contained in:
Markus Lehtonen 2019-05-07 10:37:16 +03:00
parent 75a8f0c146
commit 5553259062

View file

@ -25,8 +25,6 @@ import (
// Implements APIHelpers
type K8sHelpers struct {
AnnotationNs string
LabelNs string
}
func (h K8sHelpers) GetClient() (*k8sclient.Clientset, error) {