mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-20 02:00:19 +00:00
If we were to add new fields in TimeoutContext, the current users of NewFrameworkWithCustomTimeouts might run into failures unless they get modified to also set those new fields. This is error-prone. A better approach is to let users of NewFrameworkWithCustomTimeouts override fields by setting just those and use the normal defaults for the others.