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

Code generator for AWS Controllers for Kubernetes

Results 15 code-generator issues
Sort by recently updated
recently updated
newest added

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...

ok-to-test
lifecycle/stale

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...

approved
ok-to-test
lifecycle/stale

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...

ok-to-test
lifecycle/stale

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...

ok-to-test

### 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...

needs-ok-to-test
lifecycle/stale

Issue #, if available: Description of changes: This will ensure we don't accidentally push changes if the PRs are not up to date. Sometimes you would fetch and rebase the...

Description of changes: https://github.com/aws-controllers-k8s/runtime/pull/176 This PR adds template changes to support the reconcile-resources flag which was recently added to the ACK runtime. This flag allows users to specify which resource...

lgtm
do-not-merge/hold

Issue #, if available: Description of changes: Changes are require to migrate code-generator from AWS SDK GO V1 to V2 By submitting this pull request, I confirm that my contribution...

Fix code generation for union types with list members (e.g []*string) that was incorrectly trying to dereference the constructed slice and assign directly to non-existent interface fields. By submitting this...

approved
do-not-merge/hold

Description of changes: Currently, if the resource output shape is a list, code-gen triggers the readmany output generator. When doing so, it does not pass the operationType, which causes it...

lgtm
approved