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 @@ -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
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 @@ -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
You can’t perform that action at this time.
0 commit comments