code-generator icon indicating copy to clipboard operation
code-generator copied to clipboard

ApplyScale requires a non exsiting package

Open csuzhangxc opened this issue 2 years ago • 3 comments

  1. add // +genclient:method=ApplyScale,verb=apply,subresource=scale,input=k8s.io/api/autoscaling/v1.Scale,result=k8s.io/api/autoscaling/v1.Scale for the type
  2. generate code with client and applyconfiguration

The generated clientset code imports a package like ../client/applyconfiguration/autoscaling/v1, but applyconfiguration doesn't generate the ../client/applyconfiguration/autoscaling/v1 package

csuzhangxc avatar Jul 17 '23 06:07 csuzhangxc