Skip to content

Commit 09549b3

Browse files
authored
Generate DHCP Options using ACK Runtime v0.17.0 (#34)
* add DhcpOptions to generator.yaml * generate DhcpOptions using ACK runtime v0.17.0 * add create/delete tests for dhcp options * align case for dhcp options test vars
1 parent f666dc6 commit 09549b3

27 files changed

+2041
-13
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: "2022-02-15T19:48:11Z"
3-
build_hash: 930850fc31c40fa7d44f2544ce6e676baab05c27
4-
go_version: go1.17.5
2+
build_date: "2022-02-17T19:24:44Z"
3+
build_hash: f8c0f4711a91e50335450521e3c49673d135d56d
4+
go_version: go1.17
55
version: v0.17.0
6-
api_directory_checksum: 53bf89b25ebd446d32de63e43f43078c33eaf467
6+
api_directory_checksum: ad688fd5a2b395bf5f01413c99ac635e7670ba75
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.42.0
99
generator_config_info:
10-
file_checksum: e93e719d54870efb075bdae82876e2f102821573
10+
file_checksum: cdc6db8f7b924d8b14a4926f0bb937b7952b102f
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/dhcp_options.go

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

apis/v1alpha1/generator.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ignore:
33
- ModifyTransitGateway
44
- ModifyVpcEndpoint
55
field_paths:
6+
- CreateDhcpOptionsInput.DryRun
67
- CreateInternetGatewayInput.DryRun
78
- CreateRouteInput.DryRun
89
- CreateRouteInput.RouteTableId
@@ -26,6 +27,7 @@ ignore:
2627
- CustomerGateway
2728
- DefaultSubnet
2829
- DefaultVpc
30+
#- DhcpOptions
2931
- EgressOnlyInternetGateway
3032
- Fleet
3133
- FpgaImage
@@ -91,6 +93,11 @@ operations:
9193
resource_name: VpcEndpoint
9294

9395
resources:
96+
DhcpOptions:
97+
fields:
98+
DHCPConfigurations.Values:
99+
set:
100+
- from: AttributeValue.Value
94101
RouteTable:
95102
exceptions:
96103
terminal_codes:

apis/v1alpha1/types.go

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

apis/v1alpha1/zz_generated.deepcopy.go

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

cmd/controller/main.go

Lines changed: 1 addition & 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)