Skip to content

Commit

Permalink
Prefer to use kubernetes.Interface.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Nichols <snichols@vmware.com>
  • Loading branch information
Scott Nichols authored and poiana committed Jan 14, 2021
1 parent d8b1324 commit 2002356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type Client struct {
GCPTopicClient *pubsub.Topic
KafkaProducer *kafka.Conn
PagerdutyClient *pagerduty.Client
KubernetesClient *kubernetes.Clientset
KubernetesClient kubernetes.Interface
}

// NewClient returns a new output.Client for accessing the different API.
Expand Down

0 comments on commit 2002356

Please sign in to comment.