diff --git a/api/cluster/resource/templater_test.go b/api/cluster/resource/templater_test.go index ec0bdb5b3..5f4a7902d 100644 --- a/api/cluster/resource/templater_test.go +++ b/api/cluster/resource/templater_test.go @@ -4137,12 +4137,6 @@ func TestCreateTransformerSpec(t *testing.T) { } } -func getLimit(quantity resource.Quantity) resource.Quantity { - limit := quantity.DeepCopy() - limit.Add(quantity) - return limit -} - func createPyFuncDefaultEnvVarsWithProtocol(svc *models.Service, protocolValue protocol.Protocol) models.EnvVars { envVars := models.EnvVars{ models.EnvVar{