mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #16876 from hongchaodeng/fix-16721
Auto commit by PR queue bot
This commit is contained in:
@@ -88,7 +88,7 @@ func testData() (*api.PodList, *api.ServiceList, *api.ReplicationControllerList)
|
||||
func testComponentStatusData() *api.ComponentStatusList {
|
||||
good := api.ComponentStatus{
|
||||
Conditions: []api.ComponentCondition{
|
||||
{Type: api.ComponentHealthy, Status: api.ConditionTrue, Message: "ok", Error: "nil"},
|
||||
{Type: api.ComponentHealthy, Status: api.ConditionTrue, Message: "ok"},
|
||||
},
|
||||
ObjectMeta: api.ObjectMeta{Name: "servergood"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user