We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484ec9 commit 45e1ed1Copy full SHA for 45e1ed1
test/e2e/internal/util/object.go
@@ -56,7 +56,6 @@ func UntilObjectPhase(obj runtime.Object, expectedPhase string, timeout time.Dur
56
if unstructuredObj, ok := obj.(*unstructured.Unstructured); ok {
57
// Object is already unstructured - just copy it and extract GVK
58
templateUnstructured = unstructuredObj.DeepCopy()
59
- gvk = unstructuredObj.GroupVersionKind()
60
} else {
61
// Object is a typed struct - convert to unstructured format
62
objMap, err := runtime.DefaultUnstructuredConverter.ToUnstructured(obj)
0 commit comments