Skip to content

Commit

Permalink
Add an owning-component annotation.
Browse files Browse the repository at this point in the history
Given the large number of resources we have, it is useful to have a
mechanism to determine which component to contact when a particular one
needs attention.  The first direct usage will be for recording who is
responsible for in-cluster secrets and configmaps that contain certs,
keys, and CA bundles.
  • Loading branch information
deads2k committed Sep 18, 2023
1 parent 1b50bb4 commit 1248100
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ const (

// OpenShiftLongDescriptionAnnotation is a resource's long description
OpenShiftLongDescriptionAnnotation = "openshift.io/long-description"

// OpenShiftComponent is a common, optional annotation that stores the owning component for a resource.
// The component is for whatever bug tracker we're using. That used to be bugzilla, now it is
// a jira component and subcomponent in OCPBUGS.
// For example, "Etcd" or "Networking / ovn-kubernetes"
OpenShiftComponent = "openshift.io/owning-component"
)

0 comments on commit 1248100

Please sign in to comment.