Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
5976b9c8
Commit
5976b9c8
authored
May 11, 2017
by
fangyuhao [方宇浩]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client.go: format err
parent
9a0f5ccb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
client.go
pkg/cloudprovider/providers/mesos/client.go
+2
-3
No files found.
pkg/cloudprovider/providers/mesos/client.go
View file @
5976b9c8
...
...
@@ -256,9 +256,8 @@ func (c *mesosClient) pollMasterForState(ctx context.Context) (*mesosState, erro
}
defer
res
.
Body
.
Close
()
if
handler
,
ok
:=
tt
.
handlers
[
res
.
StatusCode
];
ok
{
err1
:=
handler
(
res
)
if
err1
!=
nil
{
return
err1
if
err
:=
handler
(
res
);
err
!=
nil
{
return
err
}
}
// no handler for this error code, proceed to the next connection type
...
...
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