MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / Build

Method Build

internal/scheme/scheme.go:78–80  ·  view source on GitHub ↗

Build returns the built scheme

()

Source from the content-addressed store, hash-verified

76
77// Build returns the built scheme
78func (b *Builder) Build() *runtime.Scheme {
79 return b.scheme
80}
81
82// BuildWithAllKnownScheme registers all the API used by the manager
83func BuildWithAllKnownScheme() *runtime.Scheme {

Calls

no outgoing calls

Tested by 5

buildTestEnvironmentFunction · 0.36
newFakeReconcilerForFunction · 0.36
buildTestEnvFunction · 0.36