k3s has removed some standard plugins, which we need. So fork and add it back.
Go to file
Stefan Junker fc83c24eb5 pkg/types: add IgnoreUnknown arg and logic
This commit adds a struct type CommonArgs that is to be embedded in
every plugin's argument struct. It contains a field named
"IgnoreUnknown" which will be parsed as a boolean and can be provided to
ignore unknown arguments passed to the plugin.
2016-03-21 20:36:05 +01:00
invoke Add invoke.Delegate{Add,Del} for use by meta-plugins 2016-03-04 11:01:22 +00:00
ip pkg/ip: fix typo in error message, s/iptabes/iptables/ 2015-12-16 13:20:19 -08:00
ipam Add invoke.Delegate{Add,Del} for use by meta-plugins 2016-03-04 11:01:22 +00:00
ns Update docstring on WithNetNS 2016-03-15 08:37:00 -07:00
skel pkg/skel: add rudimentary unit tests 2016-03-18 22:34:29 +01:00
types pkg/types: add IgnoreUnknown arg and logic 2016-03-21 20:36:05 +01:00