mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
lot more stuff
This commit is contained in:
8
src/custom-resouces/domain/domain.schemas.ts
Normal file
8
src/custom-resouces/domain/domain.schemas.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
const domainSpecSchema = z.object({
|
||||
hostname: z.string(),
|
||||
issuer: z.string(),
|
||||
});
|
||||
|
||||
export { domainSpecSchema };
|
||||
Reference in New Issue
Block a user