Skip to content

Commit 69ecbea

Browse files
committed
adds support for IPSet CRD
1 parent e94cb9e commit 69ecbea

29 files changed

+3802
-15
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2024-08-06T02:46:59Z"
2+
build_date: "2024-08-08T06:37:35Z"
33
build_hash: 587b90dc860e91ee9a763e9e3bc4d3f1b2fbddb7
4-
go_version: go1.22.5
5-
version: v0.36.0
6-
api_directory_checksum: 9629b8bbc79287873e9b0511b1e1f86f2db81d7e
4+
go_version: go1.22.4
5+
version: v0.36.0-dirty
6+
api_directory_checksum: 96fa226bb4286e852c4c5c3431fd48aa3de6e430
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.51.21
99
generator_config_info:
10-
file_checksum: 54e376ca4c80cb89d0c7f203d68ccf99fd5bdf48
10+
file_checksum: e8beb0f75f405a8b5d5f850ea62f5a088eb970c1
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
ignore:
22
resource_names:
3-
- APIKey
4-
- IPSet
5-
- RegexPatternSet
6-
- RuleGroup
7-
- WebACL
3+
- APIKey
4+
# - IPSet
5+
- RegexPatternSet
6+
- RuleGroup
7+
- WebACL
88
model_name: wafv2
9+
resources:
10+
IPSet:
11+
fields:
12+
Name:
13+
is_primary_key: true
14+
is_immutable: true
15+
Tags:
16+
compare:
17+
is_ignored: true
18+
tags:
19+
ignore: true
20+
hooks:
21+
sdk_read_one_post_set_output:
22+
template_path: hooks/ipset/sdk_read_one_post_set_output.go.tpl

apis/v1alpha1/ip_set.go

Lines changed: 147 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)