Skip to content

Commit

Permalink
Merge pull request #20 from kumargauravsharma/main
Browse files Browse the repository at this point in the history
Regenerate controller code to fix missing aws_fieldexports.yaml entry
  • Loading branch information
kumargauravsharma authored Apr 7, 2022
2 parents 191109d + e8b6c1c commit 702a939
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2022-04-06T21:44:24Z"
build_hash: fc5620cf5fde243ee5124324d26bb7e952049bf2
go_version: go1.17.6
version: v0.18.3-dirty
api_directory_checksum: f7e376daef64d0c299eb1338df3bd097290b334a
build_date: "2022-04-07T05:10:10Z"
build_hash: 9191f9d8912cf9c413cc45285cd0ea8bedd944f5
go_version: go1.18
version: v0.18.3-1-g9191f9d
api_directory_checksum: 6972849b7a809751f78bbafa31eeb725ed5bc126
api_version: v1alpha1
aws_sdk_go_version: v1.42.29
generator_config_info:
Expand Down
10 changes: 8 additions & 2 deletions cmd/controller/main.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ spec:
type: string
type: object
kubernetes:
description: TargetKubernetesResource provides all the values necessary
to identify a given ACK type and override any metadata values when
creating a resource of that type.
description: ResourceWithMetadata provides the values necessary to
create a Kubernetes resource and override any of its metadata values.
properties:
group:
type: string
Expand Down
3 changes: 2 additions & 1 deletion config/crd/common/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is NOT auto-generated
# Code generated in runtime. DO NOT EDIT.

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bases/services.k8s.aws_adoptedresources.yaml
- bases/services.k8s.aws_fieldexports.yaml
5 changes: 2 additions & 3 deletions helm/crds/services.k8s.aws_adoptedresources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ spec:
type: string
type: object
kubernetes:
description: TargetKubernetesResource provides all the values necessary
to identify a given ACK type and override any metadata values when
creating a resource of that type.
description: ResourceWithMetadata provides the values necessary to
create a Kubernetes resource and override any of its metadata values.
properties:
group:
type: string
Expand Down

0 comments on commit 702a939

Please sign in to comment.