Replicate base resource for lists functionality (#89)

* Replicate base resource for lists functionality

This replicates specific functionality from the openshift client to more
reliably retrieve the base resource from a resource list.

* Add changelog fragment
This commit is contained in:
Mike Graves
2021-05-05 10:09:22 -04:00
committed by GitHub
parent 87827d79a4
commit 2b6a989cf9
11 changed files with 398 additions and 73 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- replicate base resource for lists functionality (https://github.com/ansible-collections/kubernetes.core/pull/89).