You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I am trying to define additional k8s apis in my gateway, and trying to reuse as much code from clutch as possible. However, since this newClientsetManager is not public, I had to copy the entire file. It will be great if this can be made public. Expected Behavior
The function is renamed to NewClientsetManager to make it public Actual Behavior
Currently, the function is private, so I have to copy the file to make use of functionality in the extension.
Version
Other Context
The text was updated successfully, but these errors were encountered:
Description
I am trying to define additional k8s apis in my gateway, and trying to reuse as much code from clutch as possible. However, since this
newClientsetManager
is not public, I had to copy the entire file. It will be great if this can be made public.Expected Behavior
The function is renamed to
NewClientsetManager
to make it publicActual Behavior
Currently, the function is private, so I have to copy the file to make use of functionality in the extension.
Version
Other Context
The text was updated successfully, but these errors were encountered: