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

@@ -18,6 +18,9 @@ spec:
- jsonPath: .spec.address
name: Address
type: string
- jsonPath: .spec.resolver
name: Resolver
type: string
- jsonPath: .status.ipAddresses
name: IPs
type: string
@@ -49,6 +52,10 @@ spec:
address:
description: Address to be queried for IP
type: string
resolver:
description: Resolver can be used to specify another resolver instead
of the hosts default resolver
type: string
required:
- address
type: object
@@ -131,6 +138,9 @@ spec:
type: string
title: IP Addresses
type: array
resolver:
description: Resolver used for this lookup
type: string
type: object
required:
- spec