Skip to content

Commit

Permalink
feat(ack): bump ack & aws go sdk v1 to 1.42.0
Browse files Browse the repository at this point in the history
Signed-off-by: haarchri <chhaar30@googlemail.com>
  • Loading branch information
haarchri committed Feb 21, 2022
1 parent e8096bf commit 01c4352
Show file tree
Hide file tree
Showing 231 changed files with 15,677 additions and 4,230 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)

PLATFORMS ?= linux_amd64 linux_arm64

CODE_GENERATOR_COMMIT ?= c7d9f6bbcaf8f628910202fa126e03faa970502b
CODE_GENERATOR_COMMIT ?= f8c0f4711a91e50335450521e3c49673d135d56d
GENERATED_SERVICES := $(shell find ./apis -type f -name generator-config.yaml | cut -d/ -f 3 | tr '\n' ' ')

# kind-related versions
Expand Down
6 changes: 4 additions & 2 deletions apis/apigatewayv2/v1alpha1/zz_enums.go

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

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

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

10 changes: 6 additions & 4 deletions apis/apigatewayv2/v1alpha1/zz_types.go

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

6 changes: 6 additions & 0 deletions apis/apigatewayv2/v1beta1/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
// CustomVPCLinkParameters includes the custom fields.
type CustomVPCLinkParameters struct {
// SecurityGroupIDs is the list of IDs for the SecurityGroups.
// +crossplane:generate:reference:type=github.com/crossplane/provider-aws/apis/ec2/v1beta1.SecurityGroup
// +crossplane:generate:reference:refFieldName=SecurityGroupIDRefs
// +crossplane:generate:reference:selectorFieldName=SecurityGroupIDSelector
SecurityGroupIDs []string `json:"securityGroupIds,omitempty"`

// SecurityGroupIDRefs is a list of references to SecurityGroups used to set
Expand All @@ -34,6 +37,9 @@ type CustomVPCLinkParameters struct {
SecurityGroupIDSelector *xpv1.Selector `json:"securityGroupIdSelector,omitempty"`

// SecurityGroupIDs is the list of IDs for the SecurityGroups.
// +crossplane:generate:reference:type=github.com/crossplane/provider-aws/apis/ec2/v1beta1.Subnet
// +crossplane:generate:reference:refFieldName=SubnetIDRefs
// +crossplane:generate:reference:selectorFieldName=SubnetIDSelector
SubnetIDs []string `json:"subnetIds,omitempty"`

// SubnetIDRefs is a list of references to Subnets used to set
Expand Down
2 changes: 2 additions & 0 deletions apis/apigatewayv2/v1beta1/zz_enums.go

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

5 changes: 5 additions & 0 deletions apis/apigatewayv2/v1beta1/zz_generated.deepcopy.go

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

69 changes: 69 additions & 0 deletions apis/apigatewayv2/v1beta1/zz_generated.resolvers.go

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

10 changes: 6 additions & 4 deletions apis/apigatewayv2/v1beta1/zz_types.go

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

1 change: 1 addition & 0 deletions apis/athena/generator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ignore:
resource_names:
- DataCatalog
- NamedQuery
- PreparedStatement
field_paths:
- CreateWorkGroupInput.Name
resources:
Expand Down
43 changes: 43 additions & 0 deletions apis/athena/v1alpha1/zz_generated.deepcopy.go

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

12 changes: 12 additions & 0 deletions apis/athena/v1alpha1/zz_types.go

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

2 changes: 2 additions & 0 deletions apis/cloudfront/generator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ignore:
- RealtimeLogConfig
- MonitoringSubscription
- FieldLevelEncryptionConfig
- ResponseHeadersPolicy
- Function
field_paths:
- DistributionConfig.CallerReference
- Origins.Quantity
Expand Down
54 changes: 54 additions & 0 deletions apis/cloudfront/v1alpha1/zz_enums.go

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

0 comments on commit 01c4352

Please sign in to comment.