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
215234d3
Unverified
Commit
215234d3
authored
Nov 01, 2018
by
k8s-ci-robot
Committed by
GitHub
Nov 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #67778 from gyuho/typo
staing/apimachinery: fix typo "perfer" to "prefer"
parents
6f897af2
1adb8100
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
test_restmapper.go
...imachinery/pkg/api/meta/testrestmapper/test_restmapper.go
+1
-1
priorities.go
test/e2e/scheduling/priorities.go
+0
-1
No files found.
staging/src/k8s.io/apimachinery/pkg/api/meta/testrestmapper/test_restmapper.go
View file @
215234d3
...
...
@@ -24,7 +24,7 @@ import (
)
// TestOnlyStaticRESTMapper returns a union RESTMapper of all known types with priorities chosen in the following order:
// 1. legacy kube group preferred version, extensions preferred version, metrics p
er
ferred version, legacy
// 1. legacy kube group preferred version, extensions preferred version, metrics p
re
ferred version, legacy
// kube any version, extensions any version, metrics any version, all other groups alphabetical preferred version,
// all other groups alphabetical.
// TODO callers of this method should be updated to build their own specific restmapper based on their scheme for their tests
...
...
test/e2e/scheduling/priorities.go
View file @
215234d3
...
...
@@ -208,7 +208,6 @@ var _ = SIGDescribe("SchedulerPriorities [Serial]", func() {
})
It
(
"Pod should be preferably scheduled to nodes pod can tolerate"
,
func
()
{
// make the nodes have balanced cpu,mem usage ratio
err
:=
createBalancedPodForNodes
(
f
,
cs
,
ns
,
nodeList
.
Items
,
podRequestedResource
,
0.5
)
framework
.
ExpectNoError
(
err
)
...
...
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