Commit d327f4a7 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #15134 from liggitt/scheduler_kind

Auto commit by PR queue bot
parents 60b1abda 67629784
...@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment