Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
278719c2
Commit
278719c2
authored
May 05, 2020
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a log output from the haproxy controller.
parent
b2b566aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
haproxy.go
pkg/haproxy/haproxy.go
+1
-1
No files found.
pkg/haproxy/haproxy.go
View file @
278719c2
...
...
@@ -222,7 +222,7 @@ func (hc *Controller) updateLoadStatus(inst *haproxyInst) error {
func
(
hc
*
Controller
)
updateInstance
(
inst
*
haproxyInst
,
spec
*
Spec
)
error
{
var
err
error
hc
.
log
.
Info
(
"Update offloader instance %s to TLS config %s: %s"
,
hc
.
log
.
Info
f
(
"Update offloader instance %s to TLS config %s: %s"
,
inst
.
name
,
spec
)
hc
.
log
.
Debugf
(
"Offloader instance: %+v"
,
inst
)
if
reflect
.
DeepEqual
(
spec
,
inst
.
spec
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment