Gets the groups of this V1UserInfo. # noqa: E501 groups is the names of groups this user is a part of. # noqa: E501 :return: The groups of this V1UserInfo. # noqa: E501 :rtype: list[str]
(self)
| 95 | |
| 96 | @property |
| 97 | def groups(self): |
| 98 | """Gets the groups of this V1UserInfo. # noqa: E501 |
| 99 | |
| 100 | groups is the names of groups this user is a part of. # noqa: E501 |
| 101 | |
| 102 | :return: The groups of this V1UserInfo. # noqa: E501 |
| 103 | :rtype: list[str] |
| 104 | """ |
| 105 | return self._groups |
| 106 | |
| 107 | @groups.setter |
| 108 | def groups(self, groups): |
no outgoing calls
no test coverage detected