{
"ingress": {
"namespaceSelector": {
"any": true,
"matchNames": [
"string"
]
},
"relabelingConfigs": [
{
"action": "string",
"modulus": 0,
"regex": "string",
"replacement": "string",
"separator": "string",
"sourceLabels": [
"string"
],
"targetLabel": "string"
}
],
"selector": {
"matchExpressions": [
{
"key": "string",
"operator": "string",
"values": [
"string"
]
}
],
"matchLabels": {
"property1": "string",
"property2": "string"
}
}
},
"staticConfig": {
"labels": {
"property1": "string",
"property2": "string"
},
"relabelingConfigs": [
{
"action": "string",
"modulus": 0,
"regex": "string",
"replacement": "string",
"separator": "string",
"sourceLabels": [
"string"
],
"targetLabel": "string"
}
],
"static": [
"string"
]
}
}