Signature is a key representing a Kubernetes resource
| 17 | |
| 18 | // Signature is a key representing a Kubernetes resource |
| 19 | type Signature struct { |
| 20 | Kind, Version, Namespace, Name string |
| 21 | } |
| 22 | |
| 23 | // GroupVersionKind returns a string with the GVK encoding of a resource signature. |
| 24 | // This encoding slightly differs from the Kubernetes upstream implementation |
nothing calls this directly
no outgoing calls
no test coverage detected