We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the new API we added to the connectors support is very easy to create a custom client
Example: https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/service/service.go and to use it https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/cmd/namespaces/list/list.go#L77-L79
We should refactor entire implementation to use the same pattern
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature or problem description
With the new API we added to the connectors support is very easy to create a custom client
Example: https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/service/service.go
and to use it https://github.com/lburgazzoli/bf2-cos-tools/blob/rhoc-cli/rhoc/pkg/cmd/namespaces/list/list.go#L77-L79
We should refactor entire implementation to use the same pattern
The text was updated successfully, but these errors were encountered: