mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: incorrect apiName for front-end-routing/cluster/network/ingress-class
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
4255933688
commit
a2aa0ba8cc
@ -13,7 +13,7 @@ const ingressClassesesRouteInjectable = getInjectable({
|
|||||||
|
|
||||||
instantiate: (di) => {
|
instantiate: (di) => {
|
||||||
const isEnabled = di.inject(shouldShowResourceInjectionToken, {
|
const isEnabled = di.inject(shouldShowResourceInjectionToken, {
|
||||||
apiName: "ingresses",
|
apiName: "ingressclasses",
|
||||||
group: "networking.k8s.io",
|
group: "networking.k8s.io",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user