Skip to content

Commit

Permalink
Update apisix.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceoutdoors committed Jan 24, 2024
1 parent 89a756e commit 9b347b8
Show file tree
Hide file tree
Showing 12 changed files with 1,862 additions and 1,688 deletions.
40 changes: 23 additions & 17 deletions apisix.apache.org/apisixclusterconfig_v2.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,62 @@
{
"type": "object",
"properties": {
"spec": {
"type": "object",
"properties": {
"admin": {
"type": "object",
"required": [
"baseURL"
],
"properties": {
"baseURL": {
"type": "string",
"pattern": "https?://[^:]+:(\\d+)"
},
"adminKey": {
"type": "string"
},
"baseURL": {
"pattern": "https?://[^:]+:(\\d+)",
"type": "string"
}
},
"required": [
"baseURL"
],
"type": "object",
"additionalProperties": false
},
"ingressClassName": {
"type": "string"
},
"monitoring": {
"type": "object",
"properties": {
"prometheus": {
"type": "object",
"properties": {
"enable": {
"type": "boolean"
},
"prefer_name": {
"type": "boolean"
}
},
"type": "object",
"additionalProperties": false
},
"skywalking": {
"type": "object",
"properties": {
"enable": {
"type": "boolean"
},
"sampleRatio": {
"type": "number",
"minimum": 1e-05,
"maximum": 1
"maximum": 1,
"minimum": "1e-05",
"type": "number"
}
},
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
}
}
},
"type": "object"
}
34 changes: 17 additions & 17 deletions apisix.apache.org/apisixclusterconfig_v2beta3.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"type": "object",
"properties": {
"spec": {
"type": "object",
"properties": {
"admin": {
"type": "object",
"required": [
"baseURL"
],
"properties": {
"baseURL": {
"type": "string",
"pattern": "https?://[^:]+:(\\d+)"
},
"adminKey": {
"type": "string"
},
"baseURL": {
"pattern": "https?://[^:]+:(\\d+)",
"type": "string"
}
},
"required": [
"baseURL"
],
"type": "object",
"additionalProperties": false
},
"monitoring": {
"type": "object",
"properties": {
"prometheus": {
"type": "object",
"properties": {
"enable": {
"type": "boolean"
}
},
"type": "object",
"additionalProperties": false
},
"skywalking": {
"type": "object",
"properties": {
"enable": {
"type": "boolean"
},
"sampleRatio": {
"type": "number",
"minimum": 1e-05,
"maximum": 1
"maximum": 1,
"minimum": "1e-05",
"type": "number"
}
},
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
}
},
"type": "object",
"additionalProperties": false
}
}
},
"type": "object"
}
Loading

0 comments on commit 9b347b8

Please sign in to comment.