MCPcopy
hub / github.com/redspread/spread / KubeObject

Interface KubeObject

pkg/deploy/object.go:18–21  ·  view source on GitHub ↗

A KubeObject is an alias for Kubernetes objects.

Source from the content-addressed store, hash-verified

16
17// A KubeObject is an alias for Kubernetes objects.
18type KubeObject interface {
19 meta.ObjectMetaAccessor
20 runtime.Object
21}
22
23// ObjectPath returns the full path of an object.
24// This uses the format "<apiVersion>/namespaces/<namespace>/<kind>/<name>"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected