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
271ae459
Commit
271ae459
authored
Feb 23, 2018
by
Di Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix new typos when rebasing
parent
16a807aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
azure_routes_test.go
pkg/cloudprovider/providers/azure/azure_routes_test.go
+1
-1
constants.go
pkg/kubelet/apis/deviceplugin/v1beta1/constants.go
+1
-1
No files found.
pkg/cloudprovider/providers/azure/azure_routes_test.go
View file @
271ae459
...
...
@@ -122,7 +122,7 @@ func TestCreateRoute(t *testing.T) {
t
.
Errorf
(
"Expected next hop: %v, saw %v"
,
network
.
RouteNextHopTypeVirtualAppliance
,
routeInfo
.
NextHopType
)
}
if
*
routeInfo
.
NextHopIPAddress
!=
nodeIP
{
t
.
Errorf
(
"Expected IP addres: %s, saw %s"
,
nodeIP
,
*
routeInfo
.
NextHopIPAddress
)
t
.
Errorf
(
"Expected IP addres
s
: %s, saw %s"
,
nodeIP
,
*
routeInfo
.
NextHopIPAddress
)
}
}
...
...
pkg/kubelet/apis/deviceplugin/v1beta1/constants.go
View file @
271ae459
...
...
@@ -19,7 +19,7 @@ package v1beta1
const
(
// Healthy means that the device is healty
Healthy
=
"Healthy"
// UnHealthy means that the device is unhealty
// UnHealthy means that the device is unhealt
h
y
Unhealthy
=
"Unhealthy"
// Current version of the API supported by kubelet
...
...
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