Commit a50ecde9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32325 from jianhuiz/federation-replicaset-controller-e2e-2

Automatic merge from submit-queue (batch tested with PRs 39418, 41175, 40355, 41114, 32325) add e2e tests for replicasets with weight, min and max replicas e2e test with weight, min and max replicas set #31904 #32014 @quinton-hoole @nikhiljindal @deepak-vij @kshafiee @mwielgus
parents f4baa586 295aa6a8
......@@ -24,9 +24,11 @@ go_library(
],
tags = ["automanaged"],
deps = [
"//federation/apis/federation:go_default_library",
"//federation/apis/federation/v1beta1:go_default_library",
"//federation/client/clientset_generated/federation_clientset:go_default_library",
"//federation/client/clientset_generated/federation_clientset/typed/core/v1:go_default_library",
"//federation/pkg/federation-controller/replicaset:go_default_library",
"//federation/pkg/federation-controller/util:go_default_library",
"//pkg/api:go_default_library",
"//pkg/api/v1:go_default_library",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment