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:
parent
75a8f0c146
commit
5553259062
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ import (
|
|||
|
||||
// Implements APIHelpers
|
||||
type K8sHelpers struct {
|
||||
AnnotationNs string
|
||||
LabelNs string
|
||||
}
|
||||
|
||||
func (h K8sHelpers) GetClient() (*k8sclient.Clientset, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue