Sfoglia il codice sorgente

Merge pull request #657 from liggitt/scheduler

Add kind/apiVersion to scheduler.json template
Brenton Leanhardt 9 anni fa
parent
commit
071eee9acb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      roles/openshift_master/templates/scheduler.json.j2

+ 2 - 0
roles/openshift_master/templates/scheduler.json.j2

@@ -1,4 +1,6 @@
 {
+  "kind": "Policy",
+  "apiVersion": "v1",
   "predicates": [
     {"name": "MatchNodeSelector"},
     {"name": "PodFitsResources"},