k3s/pkg/quota
k8s-merge-robot 49a0475fcb Merge pull request #26969 from derekwaynecarr/use_qos_utility
Automatic merge from submit-queue

ResourceQuota BestEffort scope aligned with Pod level QoS

This aligns quota with the changes in kubelet and CLI.

So if quota allows 10 `BestEffort` pods, it will now track properly with what the user sees with changes in 1.3.

```
apiVersion: v1
kind: ResourceQuota
metadata:
  name: best-effort
spec:
  hard:
    pods: "10"
  scopes:
  - BestEffort
```

/cc @vishh @kubernetes/rh-cluster-infra
2016-06-12 16:26:39 -07:00
..
evaluator/core Merge pull request #26969 from derekwaynecarr/use_qos_utility 2016-06-12 16:26:39 -07:00
generic minor comment and code fixes 2016-04-16 10:18:43 -04:00
install
interfaces.go
resources.go Update use of Quantity in other classes 2016-05-19 08:41:43 -04:00
resources_test.go Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00