1
0
mirror of https://github.com/rancher/types.git synced 2025-04-28 10:33:18 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Alena Prokharchyk
5c4cd002e8 Only reset affinity when corresponding keys are in the request 2018-09-28 10:27:48 -07:00
Daishan Peng
6188d36f7d fix regresssion for scheduling
https://github.com/rancher/rancher/issues/15379.
Fix the regression introduced by https://github.com/rancher/types/pull/535. We accidently remove the whitespace between in and notin.
2018-09-06 09:59:36 -07:00
Daishan Peng
0968d09296 fix regular expression
https://github.com/rancher/rancher/issues/14939.
Problems:
we are not using lazy match to match the group (!=|=) so that "foo !=
bar` can be parsed wrongly as (foo !) (=) (bar).
Solutions:
Use lazy match to match as less as possible the characters in the first
group. Also improved the whitespace matches.
2018-08-04 10:51:38 -07:00
Darren Shepherd
986f420630 Update ToInternal 2018-07-19 10:40:37 -07:00
Daishan Peng
e2ad869a98 only set nodeAffinity to null 2018-06-20 15:59:11 -07:00
Daishan Peng
f092c91a56 fix scheduling mapper 2018-06-20 13:18:28 -07:00
Alena Prokharchyk
9df8ded442 Workload refactor 2018-02-09 18:27:26 -07:00
Darren Shepherd
c695ca2ba6 Fix scheduling type 2017-12-22 23:59:19 -07:00
Darren Shepherd
24adacf77f Updates for norman refactoring 2017-11-29 14:38:39 -07:00
Darren Shepherd
e76df53327 Move mappers 2017-11-29 14:37:09 -07:00