kubernetes/cmd/kube-scheduler
Mike Dame 9e2591f867 Change scheduler ComponentConfig fields to nilable
As part of graduating the scheduler's component config to beta, we require configurable fields to be nilable pointers (see https://github.com/kubernetes/kubernetes/issues/78109). This enables the ability to distinguish between default and unset values. We are only applying this change to external types, and reacting in our defaulting logic. This also reverts existing internal component config fields which were pointers to be non-pointers, for consistency.
2019-11-05 17:06:06 -05:00
..
app Change scheduler ComponentConfig fields to nilable 2019-11-05 17:06:06 -05:00
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
OWNERS delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
scheduler.go migrate scheduler metrics endpoint to metrics stability framework 2019-08-28 03:40:43 -07:00