undistro / zora

Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
https://getup.io/opensource/zora-oss
Apache License 2.0
284 stars 25 forks source link

Fix clientset generation and add for informers and listers #275

Closed matheusfm closed 5 months ago

matheusfm commented 5 months ago

Description

This PR fix the clientset generation and add for informers and listers. This PR also generates clientset for all APIs with all verbs. The new version of code-generator also generates informers and listers packages.

Linked Issues

UD-1378

How has this been tested?

Checklist