mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
updates
This commit is contained in:
8
src/instances/gateway.ts
Normal file
8
src/instances/gateway.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { KubernetesObject } from '@kubernetes/client-node';
|
||||
|
||||
import { ResourceInstance } from '../services/resources/resources.instance.ts';
|
||||
import type { K8SGatewayV1 } from '../__generated__/resources/K8SGatewayV1.ts';
|
||||
|
||||
class GatewayInstance extends ResourceInstance<KubernetesObject & K8SGatewayV1> {}
|
||||
|
||||
export { GatewayInstance };
|
||||
Reference in New Issue
Block a user