File tree Expand file tree Collapse file tree 15 files changed +40
-26
lines changed Expand file tree Collapse file tree 15 files changed +40
-26
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ any 'help wanted' issues is a great place to start.
64
64
65
65
[ See the documentation] [ dev-docs ] for detailed development information.
66
66
67
- [ dev-docs ] : https://aws.github.io/aws-controllers-k8s/dev -docs/overview/
67
+ [ dev-docs ] : https://aws-controllers-k8s .github.io/community/docs/contributor -docs/overview/
68
68
69
69
## Code of Conduct
70
70
Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2021-09-15T20:51:47Z "
3
- build_hash : 394e8294aabf0b221c35f7a5c7bc7e4e43bc6f10
4
- go_version : go1.15.6 linux/amd64
5
- version : v0.13.2
2
+ build_date : " 2021-09-21T18:55:51Z "
3
+ build_hash : 386373b002204b5a215388c4d91af91fc9372398
4
+ go_version : go1.15.6
5
+ version : v0.14.0
6
6
api_directory_checksum : dfcc21d3fc7fcd228ae29942f020128e7a3bdb8e
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.37.10
9
9
generator_config_info :
10
- file_checksum : 3adc9b830bb3e9ea446ea5ee85ee03f21edc65fd
10
+ file_checksum : fc075d7f34ba66f75e207a25f763a5b74de48337
11
11
original_file_name : generator.yaml
12
12
last_modification :
13
13
reason : API generation
14
- timestamp : 2021-09-15 20:51:53.255709113 +0000 UTC
Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ ignore:
8
8
field_paths :
9
9
# We cannot support MFA, so if it is set we cannot unset
10
10
- " VersioningConfiguration.MFADelete"
11
- operations :
12
- ListBuckets :
13
- primary_identifier_field_name : Name
14
11
resources :
15
12
Bucket :
16
13
fields :
14
+ Name :
15
+ is_primary_key : true
16
+ is_required : true
17
+ from :
18
+ operation : CreateBucket
19
+ path : Bucket
17
20
Accelerate :
18
21
from :
19
22
operation : PutBucketAccelerateConfiguration
Original file line number Diff line number Diff line change 41
41
image : controller:latest
42
42
name : controller
43
43
ports :
44
- - containerPort : 8080
44
+ - name : http
45
+ containerPort : 8080
45
46
resources :
46
47
limits :
47
48
cpu : 100m
Original file line number Diff line number Diff line change 9
9
ports :
10
10
- name : metricsport
11
11
port : 8080
12
- targetPort : 8080
12
+ targetPort : http
13
13
protocol : TCP
14
- type : NodePort
14
+ type : NodePort
Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ ignore:
8
8
field_paths :
9
9
# We cannot support MFA, so if it is set we cannot unset
10
10
- " VersioningConfiguration.MFADelete"
11
- operations :
12
- ListBuckets :
13
- primary_identifier_field_name : Name
14
11
resources :
15
12
Bucket :
16
13
fields :
14
+ Name :
15
+ is_primary_key : true
16
+ is_required : true
17
+ from :
18
+ operation : CreateBucket
19
+ path : Bucket
17
20
Accelerate :
18
21
from :
19
22
operation : PutBucketAccelerateConfiguration
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/s3-controller
3
3
go 1.14
4
4
5
5
require (
6
- github.com/aws-controllers-k8s/runtime v0.13.2
6
+ github.com/aws-controllers-k8s/runtime v0.14.0
7
7
github.com/aws/aws-sdk-go v1.37.10
8
8
github.com/go-logr/logr v0.1.0
9
9
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo
23
23
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
24
24
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
25
25
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
26
- github.com/aws-controllers-k8s/runtime v0.13.2 h1:+gVwW4dTndPb4lB0WNLdHeiP7AGBOV+wBHGjpQUOh+w =
27
- github.com/aws-controllers-k8s/runtime v0.13.2 /go.mod h1:kG2WM4JAmLgf67cgZV9IZUkY2DsrUzsaNbmhFMfb05c =
26
+ github.com/aws-controllers-k8s/runtime v0.14.0 h1:vIoOmMCKjbjzedi26fEoVBYYVdRw+0V3ckMqM8QgvE8 =
27
+ github.com/aws-controllers-k8s/runtime v0.14.0 /go.mod h1:kG2WM4JAmLgf67cgZV9IZUkY2DsrUzsaNbmhFMfb05c =
28
28
github.com/aws/aws-sdk-go v1.37.10 h1:LRwl+97B4D69Z7tz+eRUxJ1C7baBaIYhgrn5eLtua+Q =
29
29
github.com/aws/aws-sdk-go v1.37.10 /go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro =
30
30
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
Original file line number Diff line number Diff line change 54
54
image : {{ .Values.image.repository }}:{{ .Values.image.tag }}
55
55
name : controller
56
56
ports :
57
- - containerPort : {{ .Values.deployment.containerPort }}
57
+ - name : http
58
+ containerPort : {{ .Values.deployment.containerPort }}
58
59
resources :
59
60
{{- toYaml .Values.resources | nindent 10 }}
60
61
env :
77
78
- name : ACK_RESOURCE_TAGS
78
79
value : {{ join "," .Values.resourceTags | quote }}
79
80
terminationGracePeriodSeconds : 10
81
+ nodeSelector : {{ toYaml .Values.deployment.nodeSelector | nindent 8 }}
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : Service
4
4
metadata :
5
- name : {{ include "app.fullname" . }} -metrics
5
+ name : {{ .Chart.Name | trimSuffix "-chart" | trunc 44 }}-controller -metrics
6
6
namespace : {{ .Release.Namespace }}
7
7
labels :
8
8
app.kubernetes.io/name : {{ include "app.name" . }}
25
25
ports :
26
26
- name : metricsport
27
27
port : 8080
28
- targetPort : 8080
28
+ targetPort : http
29
29
protocol : TCP
30
- {{- end }}
30
+ {{- end }}
You can’t perform that action at this time.
0 commit comments