Skip to content

Commit 55dd8b7

Browse files
committed
data: capi/aws: update infra CRD
1 parent af5e77c commit 55dd8b7

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

data/data/cluster-api/aws-infrastructure-components.yaml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,10 @@ spec:
17601760
items:
17611761
type: string
17621762
type: array
1763+
natGatewaysIPsSource:
1764+
description: NatGatewaysIPsSource use the NAT gateways IPs
1765+
as the source for the ingress rule.
1766+
type: boolean
17631767
protocol:
17641768
description: Protocol is the protocol for the ingress rule.
17651769
Accepted values are "-1" (all), "4" (IP in IP),"tcp",
@@ -1925,6 +1929,10 @@ spec:
19251929
items:
19261930
type: string
19271931
type: array
1932+
natGatewaysIPsSource:
1933+
description: NatGatewaysIPsSource use the NAT gateways IPs
1934+
as the source for the ingress rule.
1935+
type: boolean
19281936
protocol:
19291937
description: Protocol is the protocol for the ingress rule.
19301938
Accepted values are "-1" (all), "4" (IP in IP),"tcp",
@@ -2539,6 +2547,10 @@ spec:
25392547
items:
25402548
type: string
25412549
type: array
2550+
natGatewaysIPsSource:
2551+
description: NatGatewaysIPsSource use the NAT gateways IPs
2552+
as the source for the ingress rule.
2553+
type: boolean
25422554
protocol:
25432555
description: Protocol is the protocol for the ingress rule.
25442556
Accepted values are "-1" (all), "4" (IP in IP),"tcp",
@@ -3462,6 +3474,10 @@ spec:
34623474
items:
34633475
type: string
34643476
type: array
3477+
natGatewaysIPsSource:
3478+
description: NatGatewaysIPsSource use the NAT gateways
3479+
IPs as the source for the ingress rule.
3480+
type: boolean
34653481
protocol:
34663482
description: Protocol is the protocol for the ingress
34673483
rule. Accepted values are "-1" (all), "4" (IP in
@@ -4547,6 +4563,10 @@ spec:
45474563
items:
45484564
type: string
45494565
type: array
4566+
natGatewaysIPsSource:
4567+
description: NatGatewaysIPsSource use the NAT gateways
4568+
IPs as the source for the ingress rule.
4569+
type: boolean
45504570
protocol:
45514571
description: Protocol is the protocol for the ingress
45524572
rule. Accepted values are "-1" (all), "4" (IP
@@ -4716,6 +4736,10 @@ spec:
47164736
items:
47174737
type: string
47184738
type: array
4739+
natGatewaysIPsSource:
4740+
description: NatGatewaysIPsSource use the NAT gateways
4741+
IPs as the source for the ingress rule.
4742+
type: boolean
47194743
protocol:
47204744
description: Protocol is the protocol for the ingress
47214745
rule. Accepted values are "-1" (all), "4" (IP
@@ -5335,6 +5359,10 @@ spec:
53355359
items:
53365360
type: string
53375361
type: array
5362+
natGatewaysIPsSource:
5363+
description: NatGatewaysIPsSource use the NAT gateways
5364+
IPs as the source for the ingress rule.
5365+
type: boolean
53385366
protocol:
53395367
description: Protocol is the protocol for the ingress
53405368
rule. Accepted values are "-1" (all), "4" (IP
@@ -9841,6 +9869,10 @@ spec:
98419869
items:
98429870
type: string
98439871
type: array
9872+
natGatewaysIPsSource:
9873+
description: NatGatewaysIPsSource use the NAT gateways IPs
9874+
as the source for the ingress rule.
9875+
type: boolean
98449876
protocol:
98459877
description: Protocol is the protocol for the ingress rule.
98469878
Accepted values are "-1" (all), "4" (IP in IP),"tcp",
@@ -11368,6 +11400,10 @@ spec:
1136811400
items:
1136911401
type: string
1137011402
type: array
11403+
natGatewaysIPsSource:
11404+
description: NatGatewaysIPsSource use the NAT gateways
11405+
IPs as the source for the ingress rule.
11406+
type: boolean
1137111407
protocol:
1137211408
description: Protocol is the protocol for the ingress
1137311409
rule. Accepted values are "-1" (all), "4" (IP in
@@ -11824,6 +11860,10 @@ spec:
1182411860
items:
1182511861
type: string
1182611862
type: array
11863+
natGatewaysIPsSource:
11864+
description: NatGatewaysIPsSource use the NAT gateways IPs
11865+
as the source for the ingress rule.
11866+
type: boolean
1182711867
protocol:
1182811868
description: Protocol is the protocol for the ingress rule.
1182911869
Accepted values are "-1" (all), "4" (IP in IP),"tcp",
@@ -13364,6 +13404,10 @@ spec:
1336413404
items:
1336513405
type: string
1336613406
type: array
13407+
natGatewaysIPsSource:
13408+
description: NatGatewaysIPsSource use the NAT gateways
13409+
IPs as the source for the ingress rule.
13410+
type: boolean
1336713411
protocol:
1336813412
description: Protocol is the protocol for the ingress
1336913413
rule. Accepted values are "-1" (all), "4" (IP in
@@ -17470,7 +17514,7 @@ spec:
1747017514
env:
1747117515
- name: AWS_SHARED_CREDENTIALS_FILE
1747217516
value: /home/.aws/credentials
17473-
image: gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller:v2.4.1
17517+
image: gcr.io/k8s-staging-cluster-api-aws/cluster-api-aws-controller:v2.5.1
1747417518
imagePullPolicy: IfNotPresent
1747517519
livenessProbe:
1747617520
failureThreshold: 3

0 commit comments

Comments
 (0)