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

Method group

kubernetes/client/models/v1_api_resource.py:122–130  ·  view source on GitHub ↗

Gets the group of this V1APIResource. # noqa: E501 group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\". # noqa: E501 :return: The group of this V1APIResourc

(self)

Source from the content-addressed store, hash-verified

120
121 @property
122 def group(self):
123 """Gets the group of this V1APIResource. # noqa: E501
124
125 group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\". # noqa: E501
126
127 :return: The group of this V1APIResource. # noqa: E501
128 :rtype: str
129 """
130 return self._group
131
132 @group.setter
133 def group(self, group):

Callers 3

__call_apiMethod · 0.45
__deserializeMethod · 0.45
__deserialize_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected