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