k3s/pkg/quota
Rohit Agarwal e6db88b12d Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node.
Currently, resources prefixed with *kubernetes.io/ get scheduled to any
node whether it's exposing that resource or not.

On the other hand, resources prefixed with someother.domain/ don't get
scheduled to a node until that node is exposing that resource (or if the
resource is ignored because of scheduler extender).

This commit brings the behavior of *kubernetes.io/ prefixed resources in
line with other extended resources and they will remain unscheduled
until some node exposes these resources.

This also includes renaming IsDefaultNamespaceResource() to
IsNativeResource().
2018-03-28 17:24:30 -07:00
..
evaluator Resources prefixed with *kubernetes.io/ should remain unscheduled if they are not exposed on the node. 2018-03-28 17:24:30 -07:00
generic fix all the typos across the project 2018-02-11 11:04:14 +08:00
install Update core quota framework 2017-10-27 11:07:01 -04:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
OWNERS add deads to quota owner 2017-12-18 09:39:25 -05:00
interfaces.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
resources.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
resources_test.go Add UT test to TestMax if equal scenario 2018-03-01 10:30:06 +08:00