Skip to content

Commit

Permalink
Merge 8a90d0b into 491c695
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzon committed May 7, 2024
2 parents 491c695 + 8a90d0b commit 5cfef17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,10 @@ spec:
status:
type: string
default: Pending
lastUpdated:
type: string
error:
type: string
additionalPrinterColumns:
- name: virtualServerAddress
type: string
Expand Down Expand Up @@ -883,6 +887,13 @@ spec:
properties:
vsAddress:
type: string
status:
type: string
default: pending
lastUpdated:
type: string
error:
type: string
additionalPrinterColumns:
- name: IPAMVSAddress
type: string
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/postManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ func (postMgr *PostManager) logAS3Response(responseMap map[string]interface{}) {
}
responseMap["declaration"] = as3Declaration(decl)
}
log.Errorf("[AS3]%v Raw response from Big-IP: %v ", postMgr.postManagerPrefix, responseMap)
log.Debugf("[AS3]%v Raw response from Big-IP: %v ", postMgr.postManagerPrefix, responseMap)
}

func (postMgr *PostManager) logAS3Request(cfg string) {
Expand Down

0 comments on commit 5cfef17

Please sign in to comment.