mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 18:19:36 +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.