generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIservice/cloudfrontIndicates issues or PRs that are related to cloudfront-controller.Indicates issues or PRs that are related to cloudfront-controller.
Description
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 worth fixing if/when a new major version of the CloudFront ACK controller is released.
Expected outcome
distributionConfig:origins:items:customOriginConfig:httpSPort -> distributionConfig:origins:items:customOriginConfig:httpsPort
Metadata
Metadata
Assignees
Labels
kind/api-changeCategorizes issue or PR as related to adding, removing, or otherwise changing an APICategorizes issue or PR as related to adding, removing, or otherwise changing an APIservice/cloudfrontIndicates issues or PRs that are related to cloudfront-controller.Indicates issues or PRs that are related to cloudfront-controller.