code-generator
code-generator copied to clipboard
Code generator for AWS Controllers for Kubernetes
Issue #, if available: Description of changes: Instead of hard-coding `GOARCH` to `amd64`, set it based on docker `TARGETARCH`. By submitting this pull request, I confirm that my contribution is...
Currently code generator assumes the type of 'member' as scalar. But if the member is a list, the generated code needs to be as per that type. Issue #, if...
Issue #, if available: Description of changes: `go get` no longer installs go binaries, instead only updates the go.mod. `go install` replaces this By submitting this pull request, I confirm...
Issue #, if available: https://github.com/aws-controllers-k8s/community/issues/2166 Description of changes: Configure the generated helm chart to set a readOnlyRootFilesystem on pods for ACK controllers to improve the security posture. By submitting this...
### Issue the generator name creates a charge that is called for example "iam-controller" yet the chart name at `Chart.yaml` is iam-chart which is incorrent. ### Description of changes the...