Skip to content

Commit 3bec091

Browse files
committed
make crds
1 parent ca79e92 commit 3bec091

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ spec:
234234
- value
235235
type: object
236236
type: array
237+
targetType:
238+
description: TargetType defines the target type of target groups for
239+
all Ingresses that belong to IngressClass with this IngressClassParams.
240+
enum:
241+
- instance
242+
- ip
243+
type: string
237244
type: object
238245
type: object
239246
served: true

config/webhook/manifests.yaml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ spec:
233233
- value
234234
type: object
235235
type: array
236+
targetType:
237+
description: TargetType defines the target type of target groups for
238+
all Ingresses that belong to IngressClass with this IngressClassParams.
239+
enum:
240+
- instance
241+
- ip
242+
type: string
236243
type: object
237244
type: object
238245
served: true

0 commit comments

Comments
 (0)