@Generated(value="jsonschema2pojo") public class InhibitRule extends Object implements io.fabric8.kubernetes.api.builder.Editable<InhibitRuleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
InhibitRule()
No args constructor for use in serialization
|
InhibitRule(List<String> equal,
List<Matcher> sourceMatch,
List<Matcher> targetMatch) |
| Modifier and Type | Method and Description |
|---|---|
InhibitRuleBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getEqual() |
List<Matcher> |
getSourceMatch() |
List<Matcher> |
getTargetMatch() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEqual(List<String> equal) |
void |
setSourceMatch(List<Matcher> sourceMatch) |
void |
setTargetMatch(List<Matcher> targetMatch) |
InhibitRuleBuilder |
toBuilder() |
public InhibitRuleBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<InhibitRuleBuilder>public InhibitRuleBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.