mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
fix error message
This commit is contained in:
parent
e643286c06
commit
4c995d8fc8
@ -814,8 +814,8 @@ spec:
|
|||||||
t.Fatalf("unexpected error waiting for NonStructuralSchema condition: %v", cond)
|
t.Fatalf("unexpected error waiting for NonStructuralSchema condition: %v", cond)
|
||||||
}
|
}
|
||||||
|
|
||||||
// readd schema
|
// re-add schema
|
||||||
t.Log("Readd schema")
|
t.Log("Re-add schema")
|
||||||
for retry := 0; retry < 5; retry++ {
|
for retry := 0; retry < 5; retry++ {
|
||||||
crd, err = apiExtensionClient.ApiextensionsV1beta1().CustomResourceDefinitions().Get(context.TODO(), name, metav1.GetOptions{})
|
crd, err = apiExtensionClient.ApiextensionsV1beta1().CustomResourceDefinitions().Get(context.TODO(), name, metav1.GetOptions{})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user