@Generated(value="org.jsonschema2pojo") public class ResourceRule extends Object implements KubernetesResource
Constructor and Description |
---|
ResourceRule()
No args constructor for use in serialization
|
ResourceRule(List<String> apiGroups,
List<String> resourceNames,
List<String> resources,
List<String> verbs) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getApiGroups() |
List<String> |
getResourceNames() |
List<String> |
getResources() |
List<String> |
getVerbs() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiGroups(List<String> apiGroups) |
void |
setResourceNames(List<String> resourceNames) |
void |
setResources(List<String> resources) |
void |
setVerbs(List<String> verbs) |
Copyright © 2015–2019 Red Hat. All rights reserved.