astefanutti commented on PR #3977: URL: https://github.com/apache/camel-k/pull/3977#issuecomment-1383705124
> @astefanutti I'm experiencing some issues as part of the ci build: > > ``` > cd pkg/client/camel && go test ./... > # github.com/apache/camel-k/pkg/client/camel/applyconfiguration > Error: applyconfiguration/utils.go:82:19: undefined: v1.HealthCheckResponseApplyConfiguration > Error: applyconfiguration/utils.go:126:19: undefined: v1.PodConditionApplyConfiguration > ``` > > What is the proper way to generate the client & apply config ? Could you please try generating the client locally by replacing `applyconfiguration-gen` in the `codegen-tools-install` target of the Makefile with: ``` go install github.com/astefanutti/code-generator/cmd/applyconfiguration-gen@pr-144 ``` That should generate the missing types. This is a temporary "glitch" as a fix is required in code-generator, which will go away as soon as it lands upstream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
