mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
RFC: outline design details
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
cf8ac4dd0e
commit
76c31c6303
1 changed files with 16 additions and 10 deletions
|
|
@ -235,17 +235,23 @@ API. This does not strike as a better alternative.
|
||||||
|
|
||||||
## Design Details
|
## Design Details
|
||||||
|
|
||||||
<!--
|
### Artifact Revision format
|
||||||
This section should contain enough information that the specifics of your
|
|
||||||
change are understandable. This may include API specs and code snippets.
|
|
||||||
|
|
||||||
The design details should address at least the following questions:
|
#### Format
|
||||||
- How can this feature be enabled / disabled?
|
|
||||||
- Does enabling the feature change any default behavior?
|
#### Parsing the Revision field
|
||||||
- Can the feature be disabled once it has been enabled?
|
|
||||||
- How can an operator determine if the feature is in use?
|
### Artifact Digest
|
||||||
- Are there any drawbacks when enabling this feature?
|
|
||||||
-->
|
#### Library
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
#### Calculation
|
||||||
|
|
||||||
|
#### Verification
|
||||||
|
|
||||||
|
#### Deprecation of Checksum
|
||||||
|
|
||||||
## Implementation History
|
## Implementation History
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue