remove unused code of (pkg/controller)

This commit is contained in:
Guoliang Wang
2018-05-19 08:18:13 +08:00
parent 552453f6fd
commit b1ac6df4dc
8 changed files with 9 additions and 44 deletions

View File

@@ -1240,10 +1240,8 @@ func TestGetCondition(t *testing.T) {
tests := []struct {
name string
status apps.ReplicaSetStatus
condType apps.ReplicaSetConditionType
condStatus v1.ConditionStatus
condReason string
status apps.ReplicaSetStatus
condType apps.ReplicaSetConditionType
expected bool
}{