package util import ( stats "k8s.io/kubelet/pkg/apis/stats/v1alpha1" ) type StatSummaryClient interface { GetNodeData() ([]*stats.Summary, error) }