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
Any operation involving the ClusterTaskOperationsImpl probably fails due to wrong scoping (namespaced instead of cluster-wide). This was discovered together with #2189. I´ll shortly propose a PR for this.
The text was updated successfully, but these errors were encountered:
Fabian-K
added a commit
to Fabian-K/kubernetes-client
that referenced
this issue
May 5, 2020
…de proper scoping (namespaced vs cluster-wide) for all parts using the rewritten go generator.
Changes:
- go configuration requires scoping definition for all CRDs
- marker interface 'Namespaced' added
- go generator adds the marker interface to all Namespaced CRDs
- during the generation of the *OperationsImpl, the marker interface is used to detect the proper scoping.
This fixesfabric8io#2193
Any operation involving the ClusterTaskOperationsImpl probably fails due to wrong scoping (namespaced instead of cluster-wide). This was discovered together with #2189. I´ll shortly propose a PR for this.
The text was updated successfully, but these errors were encountered: