MCPcopy
hub / github.com/yannh/kubeconform / Signature

Struct Signature

pkg/resource/resource.go:19–21  ·  view source on GitHub ↗

Signature is a key representing a Kubernetes resource

Source from the content-addressed store, hash-verified

17
18// Signature is a key representing a Kubernetes resource
19type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected