const resourceQuotaTimeout …
func TestQuota(t *testing.T) { … }
func waitForQuota(t *testing.T, quota *v1.ResourceQuota, clientset *clientset.Clientset) { … }
func waitForUsedResourceQuota(t *testing.T, c clientset.Interface, ns, quotaName string, used v1.ResourceList) { … }
func scale(t *testing.T, namespace string, clientset *clientset.Clientset) { … }
func TestQuotaLimitedResourceDenial(t *testing.T) { … }
func TestQuotaLimitService(t *testing.T) { … }
func testServiceForbidden(clientset clientset.Interface, namespace string, service *v1.Service, t *testing.T) { … }
func newService(name string, svcType v1.ServiceType, allocateNodePort bool) *v1.Service { … }