mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +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)
|
||||
}
|
||||
|
||||
// readd schema
|
||||
t.Log("Readd schema")
|
||||
// re-add schema
|
||||
t.Log("Re-add schema")
|
||||
for retry := 0; retry < 5; retry++ {
|
||||
crd, err = apiExtensionClient.ApiextensionsV1beta1().CustomResourceDefinitions().Get(context.TODO(), name, metav1.GetOptions{})
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user