| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1NonResourcePolicyRule |
V1beta1NonResourcePolicyRule.addNonResourceURLsItem(String nonResourceURLsItem) |
V1beta1NonResourcePolicyRule |
V1beta1NonResourcePolicyRule.addVerbsItem(String verbsItem) |
V1beta1NonResourcePolicyRule |
V1beta1NonResourcePolicyRule.nonResourceURLs(List<String> nonResourceURLs) |
V1beta1NonResourcePolicyRule |
V1beta1NonResourcePolicyRule.verbs(List<String> verbs) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta1NonResourcePolicyRule> |
V1beta1PolicyRulesWithSubjects.getNonResourceRules()
`nonResourceRules` is a list of NonResourcePolicyRules that identify matching
requests according to their verb and the target non-resource URL.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1PolicyRulesWithSubjects |
V1beta1PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta1NonResourcePolicyRule nonResourceRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta1PolicyRulesWithSubjects |
V1beta1PolicyRulesWithSubjects.nonResourceRules(List<V1beta1NonResourcePolicyRule> nonResourceRules) |
void |
V1beta1PolicyRulesWithSubjects.setNonResourceRules(List<V1beta1NonResourcePolicyRule> nonResourceRules) |
Copyright © 2022. All rights reserved.