File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
helm/aws-load-balancer-controller/crds Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ---
21apiVersion : admissionregistration.k8s.io/v1
32kind : MutatingWebhookConfiguration
43metadata :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments