mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-01 05:43:54 +00:00
Setting up a new master.Master instance requires passing around too many arguments. Add a master.Config type and group related master configs. Refactor all commands to instantiate new masters using a master.Config struct.