Skip to content

Commit cbc80f1

Browse files
committed
undo change
1 parent b4cdf6b commit cbc80f1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

resource/client.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ type Client interface {
226226
// Watch makes a watch request to the provided namespace, and returns an object which implements WatchResponse
227227
Watch(ctx context.Context, namespace string, options WatchOptions) (WatchResponse, error)
228228

229-
SubresourceClient
230-
}
231-
232-
type SubresourceClient interface {
233229
// SubresourceRequest makes a request to a resource's subresource path using the provided verb.
234230
// It returns the raw bytes of the response, or an error if the request returns an error.
235231
SubresourceRequest(ctx context.Context, identifier Identifier, req CustomRouteRequestOptions) ([]byte, error)

0 commit comments

Comments
 (0)