@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1alpha1NonResourcePolicyRule extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_NON_RESOURCE_U_R_LS |
static String |
SERIALIZED_NAME_VERBS |
Constructor and Description |
---|
V1alpha1NonResourcePolicyRule() |
Modifier and Type | Method and Description |
---|---|
V1alpha1NonResourcePolicyRule |
addNonResourceURLsItem(String nonResourceURLsItem) |
V1alpha1NonResourcePolicyRule |
addVerbsItem(String verbsItem) |
boolean |
equals(Object o) |
List<String> |
getNonResourceURLs()
`nonResourceURLs` is a set of url prefixes that a user should have access to and may
not be empty.
|
List<String> |
getVerbs()
`verbs` is a list of matching verbs and may not be empty.
|
int |
hashCode() |
V1alpha1NonResourcePolicyRule |
nonResourceURLs(List<String> nonResourceURLs) |
void |
setNonResourceURLs(List<String> nonResourceURLs) |
void |
setVerbs(List<String> verbs) |
String |
toString() |
V1alpha1NonResourcePolicyRule |
verbs(List<String> verbs) |
public static final String SERIALIZED_NAME_NON_RESOURCE_U_R_LS
public static final String SERIALIZED_NAME_VERBS
public V1alpha1NonResourcePolicyRule nonResourceURLs(List<String> nonResourceURLs)
public V1alpha1NonResourcePolicyRule addNonResourceURLsItem(String nonResourceURLsItem)
public List<String> getNonResourceURLs()
public V1alpha1NonResourcePolicyRule verbs(List<String> verbs)
public V1alpha1NonResourcePolicyRule addVerbsItem(String verbsItem)
public List<String> getVerbs()
Copyright © 2020. All rights reserved.