File tree 8 files changed +369
-25
lines changed
pkg/resource/security_group 8 files changed +369
-25
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2024-03-29T14:28:01Z "
3
- build_hash : e8df4d5a4b86dea0e227786c2c3d213e5aeda97a
4
- go_version : go1.22.0
5
- version : v0.33.0
6
- api_directory_checksum : 978f0d4c5a7a660b987ba1e5c2be3a62ab53554c
2
+ build_date : " 2024-04-22T12:02:00Z "
3
+ build_hash : d660ee36fe947607ebea039acd47c35477b4a836
4
+ go_version : go1.22.1
5
+ version : v0.33.0-2-gd660ee3
6
+ api_directory_checksum : bd9acc4aac1be7c405bd90c14e37da4e15ed82bc
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.44.93
9
9
generator_config_info :
10
- file_checksum : 216d65c35dbc73d4eaaa52c2f5c84444abf4a960
10
+ file_checksum : 21aa2c0035772a834102dcdac81a186fe148212c
11
11
original_file_name : generator.yaml
12
12
last_modification :
13
13
reason : API generation
Original file line number Diff line number Diff line change @@ -548,6 +548,18 @@ resources:
548
548
references :
549
549
resource : VPC
550
550
path : Status.VPCID
551
+ IngressRules.UserIDGroupPairs.VPCID :
552
+ references :
553
+ resource : VPC
554
+ path : Status.VPCID
555
+ IngressRules.UserIDGroupPairs.GroupID :
556
+ references :
557
+ resource : SecurityGroup
558
+ path : Status.ID
559
+ IngressRules.UserIDGroupPairs.GroupName :
560
+ references :
561
+ resource : SecurityGroup
562
+ path : Spec.Name
551
563
renames :
552
564
operations :
553
565
CreateSecurityGroup :
Original file line number Diff line number Diff line change @@ -120,6 +120,18 @@ spec:
120
120
type : string
121
121
groupName :
122
122
type : string
123
+ groupRef :
124
+ description : Reference field for GroupName
125
+ properties :
126
+ from :
127
+ description : |-
128
+ AWSResourceReference provides all the values necessary to reference another
129
+ k8s resource for finding the identifier(Id/ARN/Name)
130
+ properties :
131
+ name :
132
+ type : string
133
+ type : object
134
+ type : object
123
135
peeringStatus :
124
136
type : string
125
137
userID :
@@ -128,6 +140,18 @@ spec:
128
140
type : string
129
141
vpcPeeringConnectionID :
130
142
type : string
143
+ vpcRef :
144
+ description : Reference field for VPCID
145
+ properties :
146
+ from :
147
+ description : |-
148
+ AWSResourceReference provides all the values necessary to reference another
149
+ k8s resource for finding the identifier(Id/ARN/Name)
150
+ properties :
151
+ name :
152
+ type : string
153
+ type : object
154
+ type : object
131
155
type : object
132
156
type : array
133
157
type : object
@@ -192,6 +216,18 @@ spec:
192
216
type : string
193
217
groupName :
194
218
type : string
219
+ groupRef :
220
+ description : Reference field for GroupName
221
+ properties :
222
+ from :
223
+ description : |-
224
+ AWSResourceReference provides all the values necessary to reference another
225
+ k8s resource for finding the identifier(Id/ARN/Name)
226
+ properties :
227
+ name :
228
+ type : string
229
+ type : object
230
+ type : object
195
231
peeringStatus :
196
232
type : string
197
233
userID :
@@ -200,6 +236,18 @@ spec:
200
236
type : string
201
237
vpcPeeringConnectionID :
202
238
type : string
239
+ vpcRef :
240
+ description : Reference field for VPCID
241
+ properties :
242
+ from :
243
+ description : |-
244
+ AWSResourceReference provides all the values necessary to reference another
245
+ k8s resource for finding the identifier(Id/ARN/Name)
246
+ properties :
247
+ name :
248
+ type : string
249
+ type : object
250
+ type : object
203
251
type : object
204
252
type : array
205
253
type : object
Original file line number Diff line number Diff line change @@ -548,6 +548,18 @@ resources:
548
548
references :
549
549
resource : VPC
550
550
path : Status.VPCID
551
+ IngressRules.UserIDGroupPairs.VPCID :
552
+ references :
553
+ resource : VPC
554
+ path : Status.VPCID
555
+ IngressRules.UserIDGroupPairs.GroupID :
556
+ references :
557
+ resource : SecurityGroup
558
+ path : Status.ID
559
+ IngressRules.UserIDGroupPairs.GroupName :
560
+ references :
561
+ resource : SecurityGroup
562
+ path : Spec.Name
551
563
renames :
552
564
operations :
553
565
CreateSecurityGroup :
Original file line number Diff line number Diff line change @@ -120,6 +120,18 @@ spec:
120
120
type : string
121
121
groupName :
122
122
type : string
123
+ groupRef :
124
+ description : Reference field for GroupName
125
+ properties :
126
+ from :
127
+ description : |-
128
+ AWSResourceReference provides all the values necessary to reference another
129
+ k8s resource for finding the identifier(Id/ARN/Name)
130
+ properties :
131
+ name :
132
+ type : string
133
+ type : object
134
+ type : object
123
135
peeringStatus :
124
136
type : string
125
137
userID :
@@ -128,6 +140,18 @@ spec:
128
140
type : string
129
141
vpcPeeringConnectionID :
130
142
type : string
143
+ vpcRef :
144
+ description : Reference field for VPCID
145
+ properties :
146
+ from :
147
+ description : |-
148
+ AWSResourceReference provides all the values necessary to reference another
149
+ k8s resource for finding the identifier(Id/ARN/Name)
150
+ properties :
151
+ name :
152
+ type : string
153
+ type : object
154
+ type : object
131
155
type : object
132
156
type : array
133
157
type : object
@@ -192,6 +216,18 @@ spec:
192
216
type : string
193
217
groupName :
194
218
type : string
219
+ groupRef :
220
+ description : Reference field for GroupName
221
+ properties :
222
+ from :
223
+ description : |-
224
+ AWSResourceReference provides all the values necessary to reference another
225
+ k8s resource for finding the identifier(Id/ARN/Name)
226
+ properties :
227
+ name :
228
+ type : string
229
+ type : object
230
+ type : object
195
231
peeringStatus :
196
232
type : string
197
233
userID :
@@ -200,6 +236,18 @@ spec:
200
236
type : string
201
237
vpcPeeringConnectionID :
202
238
type : string
239
+ vpcRef :
240
+ description : Reference field for VPCID
241
+ properties :
242
+ from :
243
+ description : |-
244
+ AWSResourceReference provides all the values necessary to reference another
245
+ k8s resource for finding the identifier(Id/ARN/Name)
246
+ properties :
247
+ name :
248
+ type : string
249
+ type : object
250
+ type : object
203
251
type : object
204
252
type : array
205
253
type : object
You can’t perform that action at this time.
0 commit comments