@Generated(value="org.jsonschema2pojo") public class RelabelConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
RelabelConfig()
No args constructor for use in serialization
|
RelabelConfig(String action,
Long modulus,
String regex,
String replacement,
String separator,
List<String> sourceLabels,
String targetLabel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
Map<String,Object> |
getAdditionalProperties() |
Long |
getModulus() |
String |
getRegex() |
String |
getReplacement() |
String |
getSeparator() |
List<String> |
getSourceLabels() |
String |
getTargetLabel() |
void |
setAction(String action) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setModulus(Long modulus) |
void |
setRegex(String regex) |
void |
setReplacement(String replacement) |
void |
setSeparator(String separator) |
void |
setSourceLabels(List<String> sourceLabels) |
void |
setTargetLabel(String targetLabel) |
public RelabelConfig()
public String getAction()
public void setAction(String action)
action - The actionpublic Long getModulus()
public void setModulus(Long modulus)
modulus - The moduluspublic String getRegex()
public void setRegex(String regex)
regex - The regexpublic String getReplacement()
public void setReplacement(String replacement)
replacement - The replacementpublic String getSeparator()
public void setSeparator(String separator)
separator - The separatorpublic void setSourceLabels(List<String> sourceLabels)
sourceLabels - The sourceLabelspublic String getTargetLabel()
public void setTargetLabel(String targetLabel)
targetLabel - The targetLabelCopyright © 2015–2021 Red Hat. All rights reserved.