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

Method groups

kubernetes/client/models/v1_user_info.py:97–105  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 2

parse_rfc3339Function · 0.45
subfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected