Skip to content

Commit

Permalink
Go V2 Controller (#36)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
rushmash91 authored Feb 6, 2025
1 parent 4061dbf commit 0ae8fa3
Show file tree
Hide file tree
Showing 41 changed files with 1,212 additions and 1,199 deletions.
14 changes: 7 additions & 7 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-01-23T21:58:23Z"
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
go_version: go1.23.5
version: v0.41.0
api_directory_checksum: 534d27c418bac624a3bc306248291bca1ef6650a
build_date: "2025-02-05T19:22:15Z"
build_hash: 3d74f13b9de7134b4c76ab7526a9c578c4857602
go_version: go1.23.4
version: v0.41.0-18-g3d74f13
api_directory_checksum: ce86646f2e9c98b241d87edfff1727485f285f32
api_version: v1alpha1
aws_sdk_go_version: v1.50.20
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: 49996cda2d2dbd0e56c884494811b5351910b8dd
file_checksum: cdf7cadf70e31654660514195f4a2f258e7843b8
original_file_name: generator.yaml
last_modification:
reason: API generation
103 changes: 76 additions & 27 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ ignore:
- TrustStore
field_paths:
- DescribeLoadBalancersOutput.NextMarker
- MutualAuthenticationAttributes.AdvertiseTrustStoreCaNames
- MutualAuthenticationAttributes.TrustStoreAssociationStatus
- AvailabilityZone.SourceNatIpv6Prefixes
- LoadBalancer.EnablePrefixForIpv6SourceNat
- CreateLoadBalancerInput.EnablePrefixForIpv6SourceNat
- SubnetMapping.SourceNatIpv6Prefix
sdk_names:
model_name: elasticloadbalancingv2
model_name: elastic-load-balancing-v2
package_name: elasticloadbalancingv2
operations:
DescribeLoadBalancers:
operation_type:
Expand Down Expand Up @@ -141,8 +148,8 @@ resources:
404:
code: ListenerNotFound
terminal_codes:
- ValidationError
- ALPNPolicyNotFound
- ValidationError
- DuplicateListener
- IncompatibleProtocols
- InvalidConfigurationRequest
Expand Down Expand Up @@ -226,4 +233,4 @@ resources:
sdk_update_pre_build_request:
template_path: hooks/rule/sdk_update_pre_build_request.go.tpl
sdk_read_many_post_set_output:
template_path: hooks/rule/sdk_read_many_post_set_output.go.tpl
template_path: hooks/rule/sdk_read_many_post_set_output.go.tpl
4 changes: 2 additions & 2 deletions apis/v1alpha1/listener.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions apis/v1alpha1/load_balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions apis/v1alpha1/target_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ae8fa3

Please sign in to comment.