MCPcopy Index your code
hub / github.com/kubernetes-client/python / items

Method items

kubernetes/client/models/v1_pod_list.py:96–104  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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):

Callers 15

_initial_listMethod · 0.45
__deepcopy__Method · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45

Calls

no outgoing calls

Tested by 2

__eq__Method · 0.36
__repr__Method · 0.36