| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
RbacV1beta1Subject |
RbacV1beta1Subject.apiGroup(String apiGroup) |
RbacV1beta1Subject |
RbacV1beta1Subject.kind(String kind) |
RbacV1beta1Subject |
RbacV1beta1Subject.name(String name) |
RbacV1beta1Subject |
RbacV1beta1Subject.namespace(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
List<RbacV1beta1Subject> |
V1beta1RoleBinding.getSubjects()
Subjects holds references to the objects the role applies to.
|
List<RbacV1beta1Subject> |
V1beta1ClusterRoleBinding.getSubjects()
Subjects holds references to the objects the role applies to.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1RoleBinding |
V1beta1RoleBinding.addSubjectsItem(RbacV1beta1Subject subjectsItem) |
V1beta1ClusterRoleBinding |
V1beta1ClusterRoleBinding.addSubjectsItem(RbacV1beta1Subject subjectsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1beta1RoleBinding.setSubjects(List<RbacV1beta1Subject> subjects) |
void |
V1beta1ClusterRoleBinding.setSubjects(List<RbacV1beta1Subject> subjects) |
V1beta1RoleBinding |
V1beta1RoleBinding.subjects(List<RbacV1beta1Subject> subjects) |
V1beta1ClusterRoleBinding |
V1beta1ClusterRoleBinding.subjects(List<RbacV1beta1Subject> subjects) |
Copyright © 2021. All rights reserved.