Gets the items of this V1PodList. # noqa: E501 List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md # noqa: E501 :return: The items of this V1PodList. # noqa: E501 :rtype: list[V1Pod]
(self)
| 94 | |
| 95 | @property |
| 96 | def items(self): |
| 97 | """Gets the items of this V1PodList. # noqa: E501 |
| 98 | |
| 99 | List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md # noqa: E501 |
| 100 | |
| 101 | :return: The items of this V1PodList. # noqa: E501 |
| 102 | :rtype: list[V1Pod] |
| 103 | """ |
| 104 | return self._items |
| 105 | |
| 106 | @items.setter |
| 107 | def items(self, items): |
no outgoing calls