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