Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions api/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -175,6 +177,10 @@ components:
description: |
This is a DNS record.
type: object
required:
- dnsName
- targets
- recordType
properties:
dnsName:
type: string
Expand Down Expand Up @@ -226,6 +232,9 @@ components:
description: |
Allows provider to pass property specific to their implementation.
type: object
required:
- name
- value
properties:
name:
type: string
Expand Down
Loading