Skip to content
Open
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
12 changes: 6 additions & 6 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: "2026-03-31T20:49:31Z"
build_hash: a9e2ceaadfc00a742e2ea2b6d6c68348f03e52a5
go_version: go1.26.1
version: v0.58.0-3-ga9e2cea
api_directory_checksum: 3dca3992dafa3c55cf11ec49bf1b3084c01ae8d6
build_date: "2026-04-07T12:02:42Z"
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
go_version: go1.25.0
version: v0.58.0
api_directory_checksum: 867dd073cbb72ef522ddde8e85547d53864a003f
api_version: v1alpha1
aws_sdk_go_version: v1.41.1
generator_config_info:
file_checksum: 7d17e806218e4f31db5006de1aa270afb85e867e
file_checksum: 413676fd125a4e590732464fa337e990ee9b27fc
original_file_name: generator.yaml
last_modification:
reason: API generation
2 changes: 0 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ ignore:
- CreateVpcEndpointInput.TagSpecifications
- CreateVpcEndpointInput.ClientToken
- CreateVpcEndpointInput.DnsOptions.PrivateDnsOnlyForInboundResolverEndpoint
- CreateVpcEndpointInput.DnsOptions.PrivateDnsPreference
- CreateVpcEndpointInput.DnsOptions.PrivateDnsSpecifiedDomains
- CreateVpcEndpointInput.ResourceConfigurationArn
- CreateVpcEndpointInput.SubnetConfigurations
- CreateVpcEndpointOutput.VpcEndpoint.FailureReason
Expand Down
4 changes: 3 additions & 1 deletion apis/v1alpha1/types.go

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

16 changes: 16 additions & 0 deletions apis/v1alpha1/zz_generated.deepcopy.go

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

6 changes: 6 additions & 0 deletions config/crd/bases/ec2.services.k8s.aws_vpcendpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ spec:
properties:
dnsRecordIPType:
type: string
privateDNSPreference:
type: string
privateDNSSpecifiedDomains:
items:
type: string
type: array
type: object
ipAddressType:
description: The IP address type for the endpoint.
Expand Down
2 changes: 0 additions & 2 deletions generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ ignore:
- CreateVpcEndpointInput.TagSpecifications
- CreateVpcEndpointInput.ClientToken
- CreateVpcEndpointInput.DnsOptions.PrivateDnsOnlyForInboundResolverEndpoint
- CreateVpcEndpointInput.DnsOptions.PrivateDnsPreference
- CreateVpcEndpointInput.DnsOptions.PrivateDnsSpecifiedDomains
- CreateVpcEndpointInput.ResourceConfigurationArn
- CreateVpcEndpointInput.SubnetConfigurations
- CreateVpcEndpointOutput.VpcEndpoint.FailureReason
Expand Down
6 changes: 6 additions & 0 deletions helm/crds/ec2.services.k8s.aws_vpcendpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ spec:
properties:
dnsRecordIPType:
type: string
privateDNSPreference:
type: string
privateDNSSpecifiedDomains:
items:
type: string
type: array
type: object
ipAddressType:
description: The IP address type for the endpoint.
Expand Down
14 changes: 14 additions & 0 deletions pkg/resource/vpc_endpoint/delta.go

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

18 changes: 18 additions & 0 deletions pkg/resource/vpc_endpoint/sdk.go

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