Skip to content
New issue

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

Need use k8s.io/code-generator generate API clientset for client user access #97

Open
ccfishk opened this issue Feb 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ccfishk
Copy link
Contributor

ccfishk commented Feb 11, 2022

Is this a BUG REPORT or FEATURE REQUEST?:
Feature Request

What happened:
should generate API clientset for user access as following
~/go/src/k8s.io/code-generator/generate-groups.sh \
"deepcopy,client,informer,lister"
github.com/keikoproj/addon-manager/pkg/client github.com/keikoproj/addon-manager/api
addon:v1alpha1
--go-header-file ./hack/custom-boilerplate.go.txt

What you expected to happen:
generate clientset such as
pkg/client/addonmanager/v1alpha1/client/clientset/versioned for client user access

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Addon Manager version
  • Kubernetes version :
$ kubectl version -o yaml

Other debugging information (if applicable):

  • Addon status:
$ kubectl describe addon <addon-name>
  • controller logs:
$ kubectl logs <addon-manager-pod>
@ccfishk ccfishk changed the title Need use k8s.io/code-generator generate API clientset for user access Need use k8s.io/code-generator generate API clientset for client user access Feb 11, 2022
@kevdowney kevdowney added the enhancement New feature or request label Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants