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