public class Rule extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
Rule()
No args constructor for use in serialization
|
Rule(List<RuleFrom> from,
List<RuleTo> to,
List<Condition> when) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<RuleFrom> |
getFrom() |
List<RuleTo> |
getTo() |
List<Condition> |
getWhen() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFrom(List<RuleFrom> from) |
void |
setTo(List<RuleTo> to) |
void |
setWhen(List<Condition> when) |
Copyright © 2015–2020 Red Hat. All rights reserved.