File tree 3 files changed +14
-1
lines changed
helm/aws-load-balancer-controller/crds
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,13 @@ spec:
261
261
- value
262
262
type : object
263
263
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
264
271
type : object
265
272
type : object
266
273
served : true
Original file line number Diff line number Diff line change 1
- ---
2
1
apiVersion : admissionregistration.k8s.io/v1
3
2
kind : MutatingWebhookConfiguration
4
3
metadata :
Original file line number Diff line number Diff line change @@ -260,6 +260,13 @@ spec:
260
260
- value
261
261
type : object
262
262
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
263
270
type : object
264
271
type : object
265
272
served : true
You can’t perform that action at this time.
0 commit comments