mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-09 02:56:58 +02:00
59 lines
1.1 KiB
Markdown
59 lines
1.1 KiB
Markdown
<!-- clone me -->
|
|
```yaml
|
|
---
|
|
title: New Feature or Deprecation/Removal Proposal
|
|
version: if applicable
|
|
authors: you, me
|
|
creation-date: 2025-01-25 # format ISO 8601: YYYY-MM-DD
|
|
status: draft|approved|rejected|not-planned|partially-implemented|implemented
|
|
---
|
|
```
|
|
|
|
# New Feature or Deprecation/Removal Proposal
|
|
|
|
## Table of Contents
|
|
|
|
<!-- toc -->
|
|
// add it here
|
|
<!-- /toc -->
|
|
|
|
## Summary
|
|
|
|
Please provide a summary of this proposal.
|
|
|
|
## Motivation
|
|
|
|
What is the motivation of this proposal? Why is it useful and relevant?
|
|
|
|
### Goals
|
|
|
|
What are the goals of this proposal, what's the problem we want to solve?
|
|
|
|
### Non-Goals
|
|
|
|
What are explicit non-goals of this proposal?
|
|
|
|
## Proposal
|
|
|
|
How does the proposal look like?
|
|
|
|
### User Stories
|
|
|
|
How would users use this feature, what are their needs?
|
|
|
|
### API
|
|
|
|
Please describe the API (CRD or other) and show some examples.
|
|
|
|
### Behavior
|
|
|
|
How should the new CRD or feature behave? Are there edge cases?
|
|
|
|
### Drawbacks
|
|
|
|
If we implement this feature, what are drawbacks and disadvantages of this approach?
|
|
|
|
## Alternatives
|
|
|
|
What alternatives do we have and what are their pros and cons?
|