1
0
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:
Roman 2023-01-03 18:25:50 +02:00
parent 4255933688
commit a2aa0ba8cc

View File

@ -13,7 +13,7 @@ const ingressClassesesRouteInjectable = getInjectable({
instantiate: (di) => {
const isEnabled = di.inject(shouldShowResourceInjectionToken, {
apiName: "ingresses",
apiName: "ingressclasses",
group: "networking.k8s.io",
});