OpenAPIResourcesGetter represents a function to return OpenAPI V2 resource specifications. Used for lazy-loading these resource specifications.
| 28 | // OpenAPI V2 resource specifications. Used for lazy-loading |
| 29 | // these resource specifications. |
| 30 | type OpenAPIResourcesGetter interface { |
| 31 | OpenAPISchema() (Resources, error) |
| 32 | } |
| 33 | |
| 34 | // Resources interface describe a resources provider, that can give you |
| 35 | // resource based on group-version-kind. |
no outgoing calls
no test coverage detected
searching dependent graphs…