mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
stuff
This commit is contained in:
10
src/resources/core/namespace/namespace.ts
Normal file
10
src/resources/core/namespace/namespace.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { V1Namespace } from '@kubernetes/client-node';
|
||||
|
||||
import { Resource } from '#services/resources/resources.ts';
|
||||
|
||||
class Namespace extends Resource<V1Namespace> {
|
||||
public static readonly apiVersion = 'v1';
|
||||
public static readonly kind = 'Namespace';
|
||||
}
|
||||
|
||||
export { Namespace };
|
||||
Reference in New Issue
Block a user