k3s/pkg/quota/evaluator/core
Kubernetes Submit Queue 4d11cbc577 Merge pull request #39364 from zhouhaibing089/nodeports
Automatic merge from submit-queue

nodeports usage should be part of LoadBalancer service type

Since a creation of Service of type LoadBalancer will allocate NodePorts as well, so it makes more sense to account for the NodePort usage in the LoadBalancer switch case.

check here: https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/service/rest.go#L553 for the logic on whether it should assign a nodeport for the service.
2017-02-17 20:34:32 -08:00
..
BUILD Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
configmap.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
persistent_volume_claims.go Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
persistent_volume_claims_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
pods.go Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
pods_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
registry.go Switch resourcequota controller to shared informers 2017-02-14 12:20:27 -05:00
replication_controllers.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
resource_quotas.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
secrets.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
services.go Merge pull request #39364 from zhouhaibing089/nodeports 2017-02-17 20:34:32 -08:00
services_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00