api: rename conditionkind -> conditiontype

This commit is contained in:
Mike Danese
2015-02-23 21:21:14 -08:00
parent 754a2a8305
commit 5267127af1
17 changed files with 324 additions and 72 deletions

View File

@@ -51,7 +51,7 @@ func newPodList(count int) *api.PodList {
PodIP: "1.2.3.4",
Conditions: []api.PodCondition{
{
Kind: api.PodReady,
Type: api.PodReady,
Status: api.ConditionFull,
},
},