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

Method add

kubernetes/client/models/v1_capabilities.py:64–72  ·  view source on GitHub ↗

Gets the add of this V1Capabilities. # noqa: E501 Added capabilities # noqa: E501 :return: The add of this V1Capabilities. # noqa: E501 :rtype: list[str]

(self)

Source from the content-addressed store, hash-verified

62
63 @property
64 def add(self):
65 """Gets the add of this V1Capabilities. # noqa: E501
66
67 Added capabilities # noqa: E501
68
69 :return: The add of this V1Capabilities. # noqa: E501
70 :rtype: list[str]
71 """
72 return self._add
73
74 @add.setter
75 def add(self, add):

Calls

no outgoing calls