Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1UserInfo |
V1UserInfo.addGroupsItem(String groupsItem) |
V1UserInfo |
V1UserInfo.extra(Map<String,List<String>> extra) |
V1UserInfo |
V1TokenReviewStatus.getUser()
User is the UserInfo associated with the provided token.
|
V1UserInfo |
V1UserInfo.groups(List<String> groups) |
V1UserInfo |
V1UserInfo.putExtraItem(String key,
List<String> extraItem) |
V1UserInfo |
V1UserInfo.uid(String uid) |
V1UserInfo |
V1UserInfo.username(String username) |
Modifier and Type | Method and Description |
---|---|
void |
V1TokenReviewStatus.setUser(V1UserInfo user) |
V1TokenReviewStatus |
V1TokenReviewStatus.user(V1UserInfo user) |
Copyright © 2017. All rights reserved.