1
0
mirror of https://github.com/rancher/norman.git synced 2025-06-02 04:05:07 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Darren Shepherd
9a28dd616d Set creator field again from norman 2020-08-26 13:57:26 -07:00
Darren Shepherd
4b0a7e6b91 Rebase on lasso 2020-05-16 21:59:53 -07:00
Darren Shepherd
f677c5bc3d Update to k8s 1.18 2020-03-26 13:07:32 -07:00
Sebastiaan van Steenis
5c74e1ee1e Move debug log to trace 2020-03-11 20:37:25 -07:00
nanorobocop
8a250ebde2 Add ListNamespaced method for ObjectClient 2019-11-06 11:22:11 +09:00
kinarashah
e09204b630 NewClientErrorReporter 2019-09-30 09:47:04 -07:00
Craig Jellick
445b05f70c Fix concurrent map read/write
Problem:
If you set a resource's labels to a global/shared map variable,
norman will modify that map by adding a label. In race conditions,
this can cause a concurrent map read/write panic.

Solution:
Copy the map in norman before modifying it.
2019-02-12 13:06:49 -07:00
Darren Shepherd
a20e5736da Fix patch to require patchtype parameter 2018-12-17 15:43:21 -07:00
Darren Shepherd
611d7cb0f1 Add support for k8s 1.12 2018-10-09 19:30:04 -07:00
Darren Shepherd
37bae85b96 Return proper v1.Status error, not masking marshaling error 2018-09-20 09:34:36 -07:00
Dan Ramich
27ebab5e48 Add label to objects created through norman 2018-08-29 15:30:05 -07:00
Darren Shepherd
88184ca7fe Use framer to avoid invalid parsing of the stream 2018-07-31 14:10:23 -07:00
Darren Shepherd
4d46cbab5b Add more debug logging 2018-04-04 03:08:15 -07:00
Darren Shepherd
ff60298f31 Move ObjectClient to different package 2018-04-03 14:09:16 -07:00