Skip to content

Commit dc78740

Browse files
aaronschweigturkenh
authored andcommitted
chore: give the exported function a comment
Signed-off-by: aaronschweig <[email protected]>
1 parent f3f63fb commit dc78740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kcp/wrappers.go

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func NewClusterAwareHTTPClient(config *rest.Config) (*http.Client, error) {
161161
return httpClient, nil
162162
}
163163

164+
// NewClusterAwareClientWithWatch returns a new WithWatch with a cluster aware client underneath.
164165
func NewClusterAwareClientWithWatch(config *rest.Config, options client.Options) (client.WithWatch, error) {
165166
opts, err := applyClientOptions(config, options)
166167
if err != nil {

0 commit comments

Comments
 (0)