Skip to content

Generate DHCP Options using ACK Runtime v0.17.0 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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: "2022-02-15T19:48:11Z"
build_hash: 930850fc31c40fa7d44f2544ce6e676baab05c27
go_version: go1.17.5
build_date: "2022-02-17T19:24:44Z"
build_hash: f8c0f4711a91e50335450521e3c49673d135d56d
go_version: go1.17
version: v0.17.0
api_directory_checksum: 53bf89b25ebd446d32de63e43f43078c33eaf467
api_directory_checksum: ad688fd5a2b395bf5f01413c99ac635e7670ba75
api_version: v1alpha1
aws_sdk_go_version: v1.42.0
generator_config_info:
file_checksum: e93e719d54870efb075bdae82876e2f102821573
file_checksum: cdc6db8f7b924d8b14a4926f0bb937b7952b102f
original_file_name: generator.yaml
last_modification:
reason: API generation
78 changes: 78 additions & 0 deletions apis/v1alpha1/dhcp_options.go

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

7 changes: 7 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore:
- ModifyTransitGateway
- ModifyVpcEndpoint
field_paths:
- CreateDhcpOptionsInput.DryRun
- CreateInternetGatewayInput.DryRun
- CreateRouteInput.DryRun
- CreateRouteInput.RouteTableId
Expand All @@ -26,6 +27,7 @@ ignore:
- CustomerGateway
- DefaultSubnet
- DefaultVpc
#- DhcpOptions
- EgressOnlyInternetGateway
- Fleet
- FpgaImage
Expand Down Expand Up @@ -91,6 +93,11 @@ operations:
resource_name: VpcEndpoint

resources:
DhcpOptions:
fields:
DHCPConfigurations.Values:
set:
- from: AttributeValue.Value
RouteTable:
exceptions:
terminal_codes:
Expand Down
12 changes: 7 additions & 5 deletions apis/v1alpha1/types.go

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

176 changes: 173 additions & 3 deletions apis/v1alpha1/zz_generated.deepcopy.go

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

1 change: 1 addition & 0 deletions cmd/controller/main.go

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

Loading