Skip to content

Commit

Permalink
Go V2 Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmash91 committed Jan 30, 2025
1 parent 4061dbf commit 21a0b52
Show file tree
Hide file tree
Showing 47 changed files with 1,409 additions and 1,313 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-01-30T06:24:25Z"
build_hash: c5084b21e423e4ca08cf3dfb1b4e3a05c94c8466
go_version: go1.22.5
version: v0.40.0-13-gc5084b2
api_directory_checksum: 5284854d51404276f1021c283d3b851b0cf7298d
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: 36603534d9a60683b93987da04c2b6a23282b903
original_file_name: generator.yaml
last_modification:
reason: API generation
161 changes: 105 additions & 56 deletions apis/v1alpha1/enums.go

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

44 changes: 21 additions & 23 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ignore:
field_paths:
- DescribeLoadBalancersOutput.NextMarker
sdk_names:
model_name: elasticloadbalancingv2
model_name: elastic-load-balancing-v2
package_name: elasticloadbalancingv2
operations:
DescribeLoadBalancers:
operation_type:
Expand Down Expand Up @@ -108,11 +109,10 @@ resources:
exceptions:
errors:
404:
code: LoadBalancerNotFound
code: LoadBalancerNotFoundException
terminal_codes:
- ValidationError
- InvalidConfigurationRequest
- InvalidScheme
- InvalidConfigurationRequestException
- InvalidSchemeException
hooks:
delta_pre_compare:
code: customPreCompare(delta, a, b)
Expand All @@ -139,17 +139,15 @@ resources:
exceptions:
errors:
404:
code: ListenerNotFound
code: ListenerNotFoundException
terminal_codes:
- ValidationError
- ALPNPolicyNotFound
- DuplicateListener
- IncompatibleProtocols
- InvalidConfigurationRequest
- InvalidLoadBalancerAction
- SSLPolicyNotFound
- UnsupportedProtocol
- InvalidParameter
- ALPNPolicyNotSupportedException
- DuplicateListenerException
- IncompatibleProtocolsException
- InvalidConfigurationRequestException
- InvalidLoadBalancerActionException
- SSLPolicyNotFoundException
- UnsupportedProtocolException
tags:
ignore: true
hooks:
Expand Down Expand Up @@ -182,9 +180,9 @@ resources:
exceptions:
errors:
404:
code: TargetGroupNotFound
code: TargetGroupNotFoundException
terminal_codes:
- InvalidConfigurationRequest
- InvalidConfigurationRequestException
tags:
ignore: true
renames:
Expand Down Expand Up @@ -212,12 +210,12 @@ resources:
exceptions:
errors:
404:
code: RuleNotFound
code: RuleNotFoundException
terminal_codes:
- InvalidConfigurationRequest
- IncompatibleProtocols
- UnsupportedProtocol
- InvalidLoadBalancerAction
- InvalidConfigurationRequestException
- IncompatibleProtocolsException
- UnsupportedProtocolException
- InvalidLoadBalancerActionException
tags:
ignore: true
hooks:
Expand All @@ -226,4 +224,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.

Loading

0 comments on commit 21a0b52

Please sign in to comment.