Skip to content

Commit

Permalink
agent code segregation (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
charanm08 authored Dec 7, 2023
1 parent 881fd77 commit e21a281
Show file tree
Hide file tree
Showing 19 changed files with 1,987 additions and 2,282 deletions.
2 changes: 1 addition & 1 deletion cmd/k8s-bigip-ctlr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func initTeems(ctlr *controller.Controller) {
if !(*disableTeems) {
for _, agent := range ctlr.AgentMap {
//TODO: Handle get reg key for each BIG-IP
key, err := agent.GetBigipRegKey()
key, err := agent.PostManager.GetBigipRegKey()
if err != nil {
log.Errorf("%v", err)
}
Expand Down
Loading

0 comments on commit e21a281

Please sign in to comment.