Skip to content

Commit

Permalink
ResourceContainer does not contain delete method (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsik authored and fabianvf committed Oct 31, 2018
1 parent c066025 commit 1b80c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ For List kind resources (ie, the resource name ends in `List`), the `delete` imp
Rather than taking a name, they take a `*List` kind definition and call `delete` for each definition in the list.

```python
v1_service_list = dyn_client.resources.delete(api_version='v1', kind='ServiceList')
v1_service_list = dyn_client.resources.get(api_version='v1', kind='ServiceList')

body = {
'kind': 'ServiceList',
Expand Down

0 comments on commit 1b80c5c

Please sign in to comment.