-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
CLIdns-operator clidns-operator cli
Description
kubectl kuadrant dns get-zone-records:
- by host (e.g. app.pb.hcpapps.net)
- e.g.
--type=hostname --name=<hostname> --providerRef=<namespace>/<name>
- e.g.
- by DNS Record
- e.g
--type=DNSRecord --name=<name> --namespace=<namespace>
- e.g
Pull directly from provider API using a provided secret (or the providerRef in the specified DNSRecord).
When listing the resulting records, we should output them in the same format as dig, but with an added owners array, i.e.:
HOST TTL CLASS TYPE VALUE OWNERS
app.test.pb.hcpapps.net. 300 IN A 1.2.3.4 [ownerID1, ownerID2, ...]
Follow on: #335 is this possible in the same sprint?
Metadata
Metadata
Assignees
Labels
CLIdns-operator clidns-operator cli
Type
Projects
Status
In Progress