k3s/pkg/api/v1
k8s-merge-robot 793b4fea9e Merge pull request #27900 from derekwaynecarr/test_defaults_qos
Automatic merge from submit-queue

Add additional testing scenarios for compute resource requests=0

I was asked about the qos tier of a pod that specified 

`--requests=cpu=0,memory=0 --limits=cpu=100m,memory=1Gi`

and in just investigating current behavior, realized we should have an explicit test case to ensure that 0 values are preserved in defaulting passes, and that this is still a burstable pod (but the lowest for that tier as it related to eviction)

/cc @vishh
2016-07-01 16:16:23 -07:00
..
backward_compatibility_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
conversion_generated.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
conversion_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
deep_copy_generated.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
defaults.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
defaults_test.go Merge pull request #27900 from derekwaynecarr/test_defaults_qos 2016-07-01 16:16:23 -07:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generated.pb.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
generated.proto Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
meta.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
register.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.generated.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
types.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00
types_swagger_doc_generated.go Allow specifying secret data using strings 2016-06-30 16:03:47 -04:00