mirror of https://github.com/grafana/grafana
kindsys: Move code ownership of CustomStructured to apps platform team (#60497)
kindsys: Separate code ownership of CustomStructuredpull/58846/head^2
parent
c6db57c7d0
commit
b28a208926
@ -0,0 +1,15 @@ |
||||
package kindsys |
||||
|
||||
// CustomStructured specifies the Kind category for plugin-defined arbitrary types. |
||||
// Custom kinds have the same purpose as CoreStructured kinds, differing only in |
||||
// that they are declared by external plugins rather than in Grafana core. As such, |
||||
// this specification is kept closely aligned with the CoreStructured kind. |
||||
// |
||||
// Grafana provides Kubernetes apiserver-shaped APIs for interacting with custom kinds - |
||||
// The same API patterns (and clients) used to interact with CustomResources. |
||||
#CustomStructured: { |
||||
#Structured |
||||
|
||||
lineageIsGroup: false |
||||
... |
||||
} |
Loading…
Reference in new issue