(self)
| 237 | |
| 238 | @property |
| 239 | def api_groups(self): |
| 240 | return self.parse_api_groups(request_resources=False, update=True)['apis'].keys() |
| 241 | |
| 242 | def search(self, **kwargs): |
| 243 | # In first call, ignore ResourceNotFoundError and set default value for results |
nothing calls this directly
no test coverage detected