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
I am using the rocketmq-operator to manage multiple rocketmq clusters. I plan to write a management tool in Go to carry out some other operations. My approach is to import the pkg/apis/rocketmq package, then use client-go to get the current broker clusters in k8s. The code looks something like this:
Cannot use 'data' (type *operatorv1alpha1.Broker) as the type Object Type does not implement 'Object' as some methods are missing: DeepCopyObject() Object
I later realized this is because certain relevant files were ignored during upload. See
Hello Developers,
I am using the rocketmq-operator to manage multiple rocketmq clusters. I plan to write a management tool in Go to carry out some other operations. My approach is to import the pkg/apis/rocketmq package, then use client-go to get the current broker clusters in k8s. The code looks something like this:
However, I am getting an error message:
I later realized this is because certain relevant files were ignored during upload. See
rocketmq-operator/.gitignore
Line 89 in 007810f
I suggest that these files be uploaded to the GitHub repository, so that third-party users can more conveniently refer to this api module.
The text was updated successfully, but these errors were encountered: