Skip to content

Commit 43c4f72

Browse files
committed
feat: support bigip object verification in ingressLink,tlsProfile and virtual server
1 parent bcf63c7 commit 43c4f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/informers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ func (ctlr *Controller) enqueueDeletedVirtualServer(obj interface{}) {
958958

959959
func (ctlr *Controller) enqueueTLSProfile(obj interface{}, event string) {
960960
tls := obj.(*cisapiv1.TLSProfile)
961-
if !ctlr.webhookServer.IsWebhookServerRunning() { // check if the virutal server matches all the requirements.
961+
if !ctlr.webhookServer.IsWebhookServerRunning() { // check if the TLS profile matches all the requirements.
962962
tlsKey := tls.ObjectMeta.Namespace + "/" + tls.ObjectMeta.Name
963963
valid, errMsg := ctlr.checkValidTLSProfile(tls)
964964
if !valid {

0 commit comments

Comments
 (0)