Skip to content

Commit 4f92aa2

Browse files
committed
make crds
1 parent 4a99157 commit 4f92aa2

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

config/crd/bases/elbv2.k8s.aws_ingressclassparams.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@ spec:
261261
- value
262262
type: object
263263
type: array
264+
targetType:
265+
description: TargetType defines the target type of target groups for
266+
all Ingresses that belong to IngressClass with this IngressClassParams.
267+
enum:
268+
- instance
269+
- ip
270+
type: string
264271
type: object
265272
type: object
266273
served: true

config/webhook/manifests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: admissionregistration.k8s.io/v1
32
kind: MutatingWebhookConfiguration
43
metadata:

helm/aws-load-balancer-controller/crds/crds.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,13 @@ spec:
260260
- value
261261
type: object
262262
type: array
263+
targetType:
264+
description: TargetType defines the target type of target groups for
265+
all Ingresses that belong to IngressClass with this IngressClassParams.
266+
enum:
267+
- instance
268+
- ip
269+
type: string
263270
type: object
264271
type: object
265272
served: true

0 commit comments

Comments
 (0)