| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta2NonResourcePolicyRule |
V1beta2NonResourcePolicyRule.addNonResourceURLsItem(String nonResourceURLsItem) |
V1beta2NonResourcePolicyRule |
V1beta2NonResourcePolicyRule.addVerbsItem(String verbsItem) |
V1beta2NonResourcePolicyRule |
V1beta2NonResourcePolicyRule.nonResourceURLs(List<String> nonResourceURLs) |
V1beta2NonResourcePolicyRule |
V1beta2NonResourcePolicyRule.verbs(List<String> verbs) |
| Modifier and Type | Method and Description |
|---|---|
List<V1beta2NonResourcePolicyRule> |
V1beta2PolicyRulesWithSubjects.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 |
|---|---|
V1beta2PolicyRulesWithSubjects |
V1beta2PolicyRulesWithSubjects.addNonResourceRulesItem(V1beta2NonResourcePolicyRule nonResourceRulesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1beta2PolicyRulesWithSubjects |
V1beta2PolicyRulesWithSubjects.nonResourceRules(List<V1beta2NonResourcePolicyRule> nonResourceRules) |
void |
V1beta2PolicyRulesWithSubjects.setNonResourceRules(List<V1beta2NonResourcePolicyRule> nonResourceRules) |
Copyright © 2022. All rights reserved.