Skip to content

Commit 2aa478d

Browse files
committed
adds support for IPSet CRD
1 parent 3f9b69c commit 2aa478d

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-07-19T23:06:28Z"
3-
build_hash: f0a0f42d507c550c2b063a192b3b43e4522bdd9c
2+
build_date: "2024-07-25T11:18:06Z"
3+
build_hash: 14cef51778d471698018b6c38b604181a6948248
44
go_version: go1.22.5
5-
version: v0.35.0
6-
api_directory_checksum: 9629b8bbc79287873e9b0511b1e1f86f2db81d7e
5+
version: v0.34.0-dirty
6+
api_directory_checksum: 2022f52cb86466887ef0b9bc5a897da39496fa09
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)