mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 23:15:10 +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.