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
d327f4a7
Commit
d327f4a7
authored
Oct 06, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15134 from liggitt/scheduler_kind
Auto commit by PR queue bot
parents
60b1abda
67629784
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
compatibility_test.go
...cheduler/algorithmprovider/defaults/compatibility_test.go
+4
-0
No files found.
plugin/pkg/scheduler/algorithmprovider/defaults/compatibility_test.go
View file @
d327f4a7
...
@@ -34,6 +34,8 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
...
@@ -34,6 +34,8 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
// Do not change this JSON. A failure indicates backwards compatibility with 1.0 was broken.
// Do not change this JSON. A failure indicates backwards compatibility with 1.0 was broken.
"1.0"
:
{
"1.0"
:
{
JSON
:
`{
JSON
:
`{
"kind": "Policy",
"apiVersion": "v1",
"predicates": [
"predicates": [
{"name": "MatchNodeSelector"},
{"name": "MatchNodeSelector"},
{"name": "PodFitsResources"},
{"name": "PodFitsResources"},
...
@@ -69,6 +71,8 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
...
@@ -69,6 +71,8 @@ func TestCompatibility_v1_Scheduler(t *testing.T) {
// Do not change this JSON after 1.1 is tagged. A failure indicates backwards compatibility with 1.1 was broken.
// Do not change this JSON after 1.1 is tagged. A failure indicates backwards compatibility with 1.1 was broken.
"1.1"
:
{
"1.1"
:
{
JSON
:
`{
JSON
:
`{
"kind": "Policy",
"apiVersion": "v1",
"predicates": [
"predicates": [
{"name": "PodFitsHostPorts"}
{"name": "PodFitsHostPorts"}
],"priorities": [
],"priorities": [
...
...
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