| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta2Subject |
V1beta2Subject.group(V1beta2GroupSubject group) |
V1beta2Subject |
V1beta2Subject.kind(String kind) |
V1beta2Subject |
V1beta2Subject.serviceAccount(V1beta2ServiceAccountSubject serviceAccount) |
V1beta2Subject |
V1beta2Subject.user(V1beta2UserSubject user) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta2Subject> |
V1beta2PolicyRulesWithSubjects.getSubjects()
subjects is the list of normal user, serviceaccount, or group that this rule cares about.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta2PolicyRulesWithSubjects |
V1beta2PolicyRulesWithSubjects.addSubjectsItem(V1beta2Subject subjectsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1beta2PolicyRulesWithSubjects.setSubjects(List<V1beta2Subject> subjects) |
V1beta2PolicyRulesWithSubjects |
V1beta2PolicyRulesWithSubjects.subjects(List<V1beta2Subject> subjects) |
Copyright © 2022. All rights reserved.