Refactor Assign Pods to Nodes

This commit is contained in:
Shannon Kularathna
2021-08-13 21:43:40 +00:00
parent 0849d43f8c
commit 4650e1df61
4 changed files with 300 additions and 228 deletions
+1
View File
@@ -556,6 +556,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"pod-projected-svc-token": {&api.Pod{}},
"pod-rs": {&api.Pod{}, &api.Pod{}},
"pod-single-configmap-env-variable": {&api.Pod{}},
"pod-with-affinity-anti-affinity": {&api.Pod{}},
"pod-with-node-affinity": {&api.Pod{}},
"pod-with-pod-affinity": {&api.Pod{}},
"pod-with-toleration": {&api.Pod{}},