Merge pull request #7492 from hashicorp/doc-fielddiff-comparison-reminder

doc: add a reminder about field order for diff comparisons
This commit is contained in:
Seth Hoenig 2020-03-25 09:40:54 -06:00 committed by GitHub
commit 109a2bc307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
* Implement other methods and tests from `api/` package
* [ ] Add conversion between `api/` and `nomad/structs` in `command/agent/job_endpoint.go`
* [ ] Add check for job diff in `nomad/structs/diff.go`
* Note that fields must be listed in alphabetical order in `FieldDiff` slices in `nomad/structs/diff_test.go`
* [ ] Test conversion
## Docs