@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1NonResourceRule 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 |
---|
V1NonResourceRule() |
Modifier and Type | Method and Description |
---|---|
V1NonResourceRule |
addNonResourceURLsItem(String nonResourceURLsItem) |
V1NonResourceRule |
addVerbsItem(String verbsItem) |
boolean |
equals(Object o) |
List<String> |
getNonResourceURLs()
NonResourceURLs is a set of partial urls that a user should have access to.
|
List<String> |
getVerbs()
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head,
options.
|
int |
hashCode() |
V1NonResourceRule |
nonResourceURLs(List<String> nonResourceURLs) |
void |
setNonResourceURLs(List<String> nonResourceURLs) |
void |
setVerbs(List<String> verbs) |
String |
toString() |
V1NonResourceRule |
verbs(List<String> verbs) |
public static final String SERIALIZED_NAME_NON_RESOURCE_U_R_LS
public static final String SERIALIZED_NAME_VERBS
public V1NonResourceRule nonResourceURLs(List<String> nonResourceURLs)
public V1NonResourceRule addNonResourceURLsItem(String nonResourceURLsItem)
@Nullable public List<String> getNonResourceURLs()
public V1NonResourceRule verbs(List<String> verbs)
public V1NonResourceRule addVerbsItem(String verbsItem)
public List<String> getVerbs()
Copyright © 2020. All rights reserved.