Skip to content

Commit

Permalink
Use Kind instead of Singular when looking up types in test harness. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrick-mesosphere authored Jun 28, 2019
1 parent 57e1ea9 commit 311e1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func WaitForCRDs(dClient discovery.DiscoveryInterface, crds []runtime.Object) er
waitingFor = append(waitingFor, schema.GroupVersionKind{
Group: crd.Spec.Group,
Version: crd.Spec.Version,
Kind: crd.Spec.Names.Singular,
Kind: crd.Spec.Names.Kind,
})
}

Expand Down

0 comments on commit 311e1ae

Please sign in to comment.