Skip to content

Commit

Permalink
Add missing function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sblumenthal committed Dec 4, 2024
1 parent 67f5c26 commit 244f647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/kubernetes/kubelet/kubelet_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ type KubeUtilInterface interface {
GetRawConnectionInfo() map[string]string
GetRawMetrics(ctx context.Context) ([]byte, error)
GetLocalStatsSummary(ctx context.Context) (*kubeletv1alpha1.Summary, error)
StreamLogs(ctx context.Context, podNamespace, podName, containerName string, logOptions *v1.PodLogOptions) (io.ReadCloser, error)
}

0 comments on commit 244f647

Please sign in to comment.