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/crd/crd.ts
Normal file
10
src/resources/core/crd/crd.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { V1CustomResourceDefinition } from '@kubernetes/client-node';
|
||||
|
||||
import { Resource } from '#services/resources/resources.ts';
|
||||
|
||||
class CRD extends Resource<V1CustomResourceDefinition> {
|
||||
public static readonly apiVersion = 'apiextensions.k8s.io/v1';
|
||||
public static readonly kind = 'CustomResourceDefinition';
|
||||
}
|
||||
|
||||
export { CRD };
|
||||
Reference in New Issue
Block a user