1
0
mirror of https://github.com/rancher/types.git synced 2025-06-29 06:56:50 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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