@Generated(value="jsonschema2pojo") public class MatchCondition extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MatchCondition()
No args constructor for use in serialization
|
MatchCondition(String expression,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getExpression() |
String |
getName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setExpression(String expression) |
void |
setName(String name) |
Copyright © 2015–2023 Red Hat. All rights reserved.