mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Add required properties
This commit is contained in:
parent
0d1309c7fa
commit
88bcb2a95d
@ -147,6 +147,8 @@ components:
|
||||
description: |
|
||||
external-dns will only create DNS records for host names (specified in ingress objects and services with the external-dns annotation) related to zones that match filters. They can set in external-dns deployment manifest.
|
||||
type: object
|
||||
required:
|
||||
- filters
|
||||
properties:
|
||||
filters:
|
||||
type: array
|
||||
@ -175,6 +177,12 @@ components:
|
||||
description: |
|
||||
This is a DNS record.
|
||||
type: object
|
||||
required:
|
||||
- dnsName
|
||||
- targets
|
||||
- recordType
|
||||
- setIdentifier
|
||||
- recordTTL
|
||||
properties:
|
||||
dnsName:
|
||||
type: string
|
||||
@ -226,6 +234,9 @@ components:
|
||||
description: |
|
||||
Allows provider to pass property specific to their implementation.
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
- value
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user