MCPcopy Create free account
hub / github.com/diillson/chatcli / newScheme

Function newScheme

operator/controllers/instance_controller_test.go:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23)
24
25func newScheme() *runtime.Scheme {
26 s := runtime.NewScheme()
27 _ = clientgoscheme.AddToScheme(s)
28 _ = platformv1alpha1.AddToScheme(s)
29 return s
30}
31
32func newInstance(name, ns string) *platformv1alpha1.Instance {
33 return &platformv1alpha1.Instance{

Calls

no outgoing calls

Tested by

no test coverage detected