Skip to content

Commit 4686cda

Browse files
committed
fixup! Extend ItemList to display resources
1 parent 61a0a9c commit 4686cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Kubernetes/Web/ItemList/ResourceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function __construct($data)
8080
Service::class => new ServiceRenderer(),
8181
SidecarContainer::class => new SidecarContainerRenderer(),
8282
StatefulSet::class => new StatefulSetRenderer(),
83-
default => throw new NotImplementedError('Not implemented')
83+
default => throw new NotImplementedError('Not implemented')
8484
};
8585
});
8686
}

0 commit comments

Comments
 (0)