File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2023-02-03T00:39:12Z "
3- build_hash : c6651c200ba136e5c7f50ad8be751fae060a38e6
2+ build_date : " 2023-02-07T22:28:52Z "
3+ build_hash : b55ae8752ece381c383ffe5b388ed2147c6b30d8
44 go_version : go1.19
5- version : v0.22.0-1-gc6651c2
5+ version : v0.23.1
66api_directory_checksum : ee32acc4d4a0ba7e2823dd20fdbe2c4ef1d9e0f4
77api_version : v1alpha1
88aws_sdk_go_version : v1.44.93
99generator_config_info :
10- file_checksum : d7ad13c5bc8d9e9e2171c92dc3ac51c2b5e3b769
10+ file_checksum : 19e41b58c6c4d1971db53e6c1694da632d71d053
1111 original_file_name : generator.yaml
1212last_modification :
1313 reason : API generation
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ resources:
209209 path : SourceSnapshotName
210210 ClusterName :
211211 is_primary_key : false
212+ is_required : false
212213 from :
213214 operation : CreateSnapshot
214215 path : ClusterName
Original file line number Diff line number Diff line change 11apiVersion : v1
22kind : Namespace
33metadata :
4- labels :
5- control-plane : controller
64 name : ack-system
75---
86apiVersion : apps/v1
@@ -11,16 +9,17 @@ metadata:
119 name : ack-memorydb-controller
1210 namespace : ack-system
1311 labels :
14- control-plane : controller
12+ app.kubernetes.io/name : ack-memorydb-controller
13+ app.kubernetes.io/part-of : ack-system
1514spec :
1615 selector :
1716 matchLabels :
18- control-plane : controller
17+ app.kubernetes.io/name : ack-memorydb- controller
1918 replicas : 1
2019 template :
2120 metadata :
2221 labels :
23- control-plane : controller
22+ app.kubernetes.io/name : ack-memorydb- controller
2423 spec :
2524 containers :
2625 - command :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : ack-system
66spec :
77 selector :
8- control-plane : controller
8+ app.kubernetes.io/name : ack-memorydb- controller
99 ports :
1010 - name : metricsport
1111 port : 8080
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ resources:
209209 path : SourceSnapshotName
210210 ClusterName :
211211 is_primary_key : false
212+ is_required : false
212213 from :
213214 operation : CreateSnapshot
214215 path : ClusterName
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ metadata:
1010 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
1111 k8s-app : {{ include "app.name" . }}
1212 helm.sh/chart : {{ include "chart.name-version" . }}
13- control-plane : controller
1413spec :
1514 replicas : 1
1615 selector :
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ metadata:
1111 app.kubernetes.io/version : {{ .Chart.AppVersion | quote }}
1212 k8s-app : {{ include "app.name" . }}
1313 helm.sh/chart : {{ include "chart.name-version" . }}
14- control-plane : controller
1514spec :
1615 selector :
1716 app.kubernetes.io/name : {{ include "app.name" . }}
You can’t perform that action at this time.
0 commit comments