Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chonton authored Aug 8, 2024
1 parent 295fe68 commit 9cf5f9e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion elbv2.k8s.aws/ingressclassparams_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"spec": {
"description": "IngressClassParamsSpec defines the desired state of IngressClassParams",
"properties": {
"certificateArn": {
"description": "CertificateArn specifies the ARN of the certificates for all Ingresses that belong to IngressClass with this IngressClassParams.",
"items": {
"type": "string"
},
"type": "array"
},
"group": {
"description": "Group defines the IngressGroup for all Ingresses that belong to IngressClass with this IngressClassParams.",
"properties": {
Expand All @@ -40,7 +47,8 @@
"description": "IPAddressType defines the ip address type for all Ingresses that belong to IngressClass with this IngressClassParams.",
"enum": [
"ipv4",
"dualstack"
"dualstack",
"dualstack-without-public-ipv4"
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions elbv2.k8s.aws/targetgroupbinding_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
"ip"
],
"type": "string"
},
"vpcID": {
"description": "VpcID is the VPC of the TargetGroup. If unspecified, it will be automatically inferred.",
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 9cf5f9e

Please sign in to comment.