Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1PolicyRule |
V1beta1PolicyRule.addApiGroupsItem(String apiGroupsItem) |
V1beta1PolicyRule |
V1beta1PolicyRule.addNonResourceURLsItem(String nonResourceURLsItem) |
V1beta1PolicyRule |
V1beta1PolicyRule.addResourceNamesItem(String resourceNamesItem) |
V1beta1PolicyRule |
V1beta1PolicyRule.addResourcesItem(String resourcesItem) |
V1beta1PolicyRule |
V1beta1PolicyRule.addVerbsItem(String verbsItem) |
V1beta1PolicyRule |
V1beta1PolicyRule.apiGroups(List<String> apiGroups) |
V1beta1PolicyRule |
V1beta1PolicyRule.nonResourceURLs(List<String> nonResourceURLs) |
V1beta1PolicyRule |
V1beta1PolicyRule.resourceNames(List<String> resourceNames) |
V1beta1PolicyRule |
V1beta1PolicyRule.resources(List<String> resources) |
V1beta1PolicyRule |
V1beta1PolicyRule.verbs(List<String> verbs) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1PolicyRule> |
V1beta1Role.getRules()
Rules holds all the PolicyRules for this Role
|
List<V1beta1PolicyRule> |
V1beta1ClusterRole.getRules()
Rules holds all the PolicyRules for this ClusterRole
|
Modifier and Type | Method and Description |
---|---|
V1beta1Role |
V1beta1Role.addRulesItem(V1beta1PolicyRule rulesItem) |
V1beta1ClusterRole |
V1beta1ClusterRole.addRulesItem(V1beta1PolicyRule rulesItem) |
Modifier and Type | Method and Description |
---|---|
V1beta1Role |
V1beta1Role.rules(List<V1beta1PolicyRule> rules) |
V1beta1ClusterRole |
V1beta1ClusterRole.rules(List<V1beta1PolicyRule> rules) |
void |
V1beta1Role.setRules(List<V1beta1PolicyRule> rules) |
void |
V1beta1ClusterRole.setRules(List<V1beta1PolicyRule> rules) |
Copyright © 2018. All rights reserved.