• k8s-merge-robot's avatar
    Merge pull request #27900 from derekwaynecarr/test_defaults_qos · 793b4fea
    k8s-merge-robot authored
    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 
    793b4fea
Name
Last commit
Last update
..
backward_compatibility_test.go Loading commit data...
conversion.go Loading commit data...
conversion_generated.go Loading commit data...
conversion_test.go Loading commit data...
deep_copy_generated.go Loading commit data...
defaults.go Loading commit data...
defaults_test.go Loading commit data...
doc.go Loading commit data...
generated.pb.go Loading commit data...
generated.proto Loading commit data...
meta.go Loading commit data...
register.go Loading commit data...
types.generated.go Loading commit data...
types.go Loading commit data...
types_swagger_doc_generated.go Loading commit data...