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
Yeah, but I'm getting other errors as well as linting error forbidding replaces.
I can try again if you're interested in the error messages.
But client that depends on the entire controller runtime doesn't seem right anyway. There must be a better way
This package directly depends on the
k8s.io/apiserver
package, thus, depends on enormous amount of the k8s itself.This makes this package extremely difficult to use for us(
For instance, we have conflict in opentelemetry dependency because k8s depends on outdated version of it.
Unfortunately, haven't found a workaround yet (expect for using unstructured with dynamic client instead of this lib)
The text was updated successfully, but these errors were encountered: