more changes
Some checks failed
Lint / Run on Ubuntu (push) Has been cancelled
E2E Tests / Run on Ubuntu (push) Has been cancelled
Tests / Run on Ubuntu (push) Has been cancelled

This commit is contained in:
2026-04-14 07:40:25 +02:00
parent 168e9c6db2
commit d7c9e217be
10 changed files with 141 additions and 38 deletions

View File

@@ -43,6 +43,11 @@ spec:
description: IPAddress is the main field for a resolver. This will
be used to run queries against.
type: string
port:
default: 53
description: Port used for dns lookup queries, will default to 53
if omitted
type: integer
required:
- ipAddress
type: object