Files
kubernetes/test
Ian K. Coolidge cbb985a310 cpuset: Delete 'builder' methods
All usage of builder pattern is convertible to cpuset.New()
with the same or fewer lines of code.

Migrate Builder.Add to a private method of CPUSet, with a comment
that it is only intended for internal use to preserve immutable
propoerty of the exported interface.

This also removes 'require' library dependency, which avoids
non-standard library usage.
2023-01-06 23:32:51 +00:00
..
2022-12-16 20:14:04 +01:00
2023-01-06 23:32:51 +00:00
2022-06-15 13:38:48 +09:00
2022-12-16 20:14:04 +01:00
2022-10-10 13:43:03 -04:00