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)
| 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): |
no outgoing calls
no test coverage detected