MCPcopy
hub / github.com/kubernetes-sigs/kwok / InternalObject

Interface InternalObject

pkg/config/config.go:82–85  ·  view source on GitHub ↗

InternalObject is an object that is internal to the kwok project.

Source from the content-addressed store, hash-verified

80
81// InternalObject is an object that is internal to the kwok project.
82type InternalObject interface {
83 GetNamespace() string
84 GetName() string
85}
86
87type configHandler struct {
88 Unmarshal func(raw []byte) (versiondObject, error)

Callers 1

NewSimpleClientsetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected