Replies: 1 comment 3 replies
-
Is the Go source for the k8s package referenced available when you The We should figure out the reason it is missing. Is it missing go deps during the import or a bug in the logic? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a
cue get go
generated file with an issue that I'm trying to wrangle. The source line I'm concerned with ishttps://github.com/prometheus-operator/prometheus-operator/blob/c336e6348a6afc56fa1a5fc799efc3600b94d97d/pkg/apis/monitoring/v1alpha1/alertmanager_config_types.go#L120
The resulting Cue omits that line entirely, which means I can't properly configure AlertmanagerConfigs with CUE based on the generated code. We're several steps deep into a structure, and the result is a def in a generated package.
So, I'm not sure how to proceed here? Edit the generated CUE?
Beta Was this translation helpful? Give feedback.
All reactions