Resource takes an unqualified resource and returns a Group qualified GroupResource
(resource string)
| 35 | |
| 36 | // Resource takes an unqualified resource and returns a Group qualified GroupResource |
| 37 | func Resource(resource string) schema.GroupResource { |
| 38 | return SchemeGroupVersion.WithResource(resource).GroupResource() |
| 39 | } |
| 40 | |
| 41 | var ( |
| 42 | // SchemeBuilder points to a list of functions added to Scheme. |
nothing calls this directly
no outgoing calls
no test coverage detected