knottnt
knottnt
**Is your feature request related to a problem?** Running the ack-generate tool to build an ACK controller can take quite a long time. Often even taking several minutes to fully...
**Is your feature request related to a problem?** When a field is marked as immutable in generator.yaml and is also late initialized the controller receives an error when trying to...
**Describe the issue** The CRD for CloudFront Distribution has an incorrect capitalization for the `distributionConfig:origins:items:customOriginConfig:httpSPort` spec field. `httpSPort` should be `httpsPort`. This doesn't create any functional issues, but may be...
**Describe the bug** The error message produced for scalar fields in the boundary check for floats and ints has inconsistent capitalization of the field name between runs of the code-gen....
**Describe the bug** After applying a change to an origin of a CloudFront Distribution that has been successfully created the ACK controller fails to apply the update to the AWS...
**Describe the bug** When attempting to adopt an S3 Bucket resource if the bucket name is not found no error is reported in the Status of the Bucket. **Steps to...