Skip to content

Commit c4cc525

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 98d2401 commit c4cc525

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

schema/elbv2.k8s.aws/ingressclassparams_v1beta1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
],
4545
"type": "string"
4646
},
47+
"ipamConfiguration": {
48+
"additionalProperties": false,
49+
"properties": {
50+
"ipv4IPAMPoolId": {
51+
"type": "string"
52+
}
53+
},
54+
"type": "object"
55+
},
4756
"listeners": {
4857
"items": {
4958
"additionalProperties": false,

schema/elbv2.k8s.aws/targetgroupbinding_v1alpha1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"spec": {
1313
"additionalProperties": false,
1414
"properties": {
15+
"assumeRoleExternalId": {
16+
"type": "string"
17+
},
18+
"iamRoleArnToAssume": {
19+
"type": "string"
20+
},
1521
"multiClusterTargetGroup": {
1622
"type": "boolean"
1723
},

schema/elbv2.k8s.aws/targetgroupbinding_v1beta1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"spec": {
1313
"additionalProperties": false,
1414
"properties": {
15+
"assumeRoleExternalId": {
16+
"type": "string"
17+
},
18+
"iamRoleArnToAssume": {
19+
"type": "string"
20+
},
1521
"ipAddressType": {
1622
"enum": [
1723
"ipv4",

0 commit comments

Comments
 (0)