github.com/giantswarm/apiextensions/v2@v2.6.2/pkg/annotation/general.go (about) 1 // Package annotation defines annotation keys used by Giant Swarm within 2 // Kubernetes resources. 3 package annotation 4 5 // Docs is the docs annotation put into all CRs to link to its CR specific 6 // documentation. This aims to help understanding all the moving parts within 7 // the system and how they relate to each other. 8 const Docs = "giantswarm.io/docs" 9 10 // ReleaseNotesURL defines where to find release notes about the CR at hand. 11 // The value is expected to be a URI, e. g. 12 // "https://github.com/giantswarm/releases/tree/master/aws/v11.5.0". 13 const ReleaseNotesURL = "giantswarm.io/release-notes"