-
Notifications
You must be signed in to change notification settings - Fork 78
Closed as not planned
Closed as not planned
Copy link
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Description
This idea recently came up, and I figured the api repo is the best place to document org-wide annotations. There really should be some authoritative list of these annotations, which are currently (maybe) documented by the projects that use them, ex. the set of Operator SDK plugin names, helm-operator annotations, etc.
Suggested structure: docs/annotations/<repo or project or component>.md
with a list of each annotation and description:
- key: operatorframework.io/paused
key-format: <optional string for formatted keys, an alternative to "key">
values: ["true", "True"]
value-format: <optional string for formatted values, an alternative to "values">
owner: https://github.com/operator-framework/operator-lib <!-- some owner link -->
refs: ["predicate", "handler"] <!-- list of subpackages, files, etc -->
description: |
A long-form description of the annotation. Should be fairly all-encompassing if set.
description-link: <optional link to a description, an alternative to "description">
/kind documentation
/priority important-longterm
Metadata
Metadata
Assignees
Labels
kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.Important over the long term, but may not be staffed and/or may need multiple releases to complete.