Skip to content

Commit 1961a37

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 8ef5564 commit 1961a37

File tree

5 files changed

+343
-2
lines changed

5 files changed

+343
-2
lines changed

schema/monitoring.coreos.com/alertmanager_v1.json

Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,309 @@
15761576
"pattern": "^(0|(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$",
15771577
"type": "string"
15781578
},
1579+
"clusterTLS": {
1580+
"additionalProperties": false,
1581+
"properties": {
1582+
"client": {
1583+
"additionalProperties": false,
1584+
"properties": {
1585+
"ca": {
1586+
"additionalProperties": false,
1587+
"properties": {
1588+
"configMap": {
1589+
"additionalProperties": false,
1590+
"properties": {
1591+
"key": {
1592+
"type": "string"
1593+
},
1594+
"name": {
1595+
"default": "",
1596+
"type": "string"
1597+
},
1598+
"optional": {
1599+
"type": "boolean"
1600+
}
1601+
},
1602+
"required": [
1603+
"key"
1604+
],
1605+
"type": "object",
1606+
"x-kubernetes-map-type": "atomic"
1607+
},
1608+
"secret": {
1609+
"additionalProperties": false,
1610+
"properties": {
1611+
"key": {
1612+
"type": "string"
1613+
},
1614+
"name": {
1615+
"default": "",
1616+
"type": "string"
1617+
},
1618+
"optional": {
1619+
"type": "boolean"
1620+
}
1621+
},
1622+
"required": [
1623+
"key"
1624+
],
1625+
"type": "object",
1626+
"x-kubernetes-map-type": "atomic"
1627+
}
1628+
},
1629+
"type": "object"
1630+
},
1631+
"cert": {
1632+
"additionalProperties": false,
1633+
"properties": {
1634+
"configMap": {
1635+
"additionalProperties": false,
1636+
"properties": {
1637+
"key": {
1638+
"type": "string"
1639+
},
1640+
"name": {
1641+
"default": "",
1642+
"type": "string"
1643+
},
1644+
"optional": {
1645+
"type": "boolean"
1646+
}
1647+
},
1648+
"required": [
1649+
"key"
1650+
],
1651+
"type": "object",
1652+
"x-kubernetes-map-type": "atomic"
1653+
},
1654+
"secret": {
1655+
"additionalProperties": false,
1656+
"properties": {
1657+
"key": {
1658+
"type": "string"
1659+
},
1660+
"name": {
1661+
"default": "",
1662+
"type": "string"
1663+
},
1664+
"optional": {
1665+
"type": "boolean"
1666+
}
1667+
},
1668+
"required": [
1669+
"key"
1670+
],
1671+
"type": "object",
1672+
"x-kubernetes-map-type": "atomic"
1673+
}
1674+
},
1675+
"type": "object"
1676+
},
1677+
"insecureSkipVerify": {
1678+
"type": "boolean"
1679+
},
1680+
"keySecret": {
1681+
"additionalProperties": false,
1682+
"properties": {
1683+
"key": {
1684+
"type": "string"
1685+
},
1686+
"name": {
1687+
"default": "",
1688+
"type": "string"
1689+
},
1690+
"optional": {
1691+
"type": "boolean"
1692+
}
1693+
},
1694+
"required": [
1695+
"key"
1696+
],
1697+
"type": "object",
1698+
"x-kubernetes-map-type": "atomic"
1699+
},
1700+
"maxVersion": {
1701+
"enum": [
1702+
"TLS10",
1703+
"TLS11",
1704+
"TLS12",
1705+
"TLS13"
1706+
],
1707+
"type": "string"
1708+
},
1709+
"minVersion": {
1710+
"enum": [
1711+
"TLS10",
1712+
"TLS11",
1713+
"TLS12",
1714+
"TLS13"
1715+
],
1716+
"type": "string"
1717+
},
1718+
"serverName": {
1719+
"type": "string"
1720+
}
1721+
},
1722+
"type": "object"
1723+
},
1724+
"server": {
1725+
"additionalProperties": false,
1726+
"properties": {
1727+
"cert": {
1728+
"additionalProperties": false,
1729+
"properties": {
1730+
"configMap": {
1731+
"additionalProperties": false,
1732+
"properties": {
1733+
"key": {
1734+
"type": "string"
1735+
},
1736+
"name": {
1737+
"default": "",
1738+
"type": "string"
1739+
},
1740+
"optional": {
1741+
"type": "boolean"
1742+
}
1743+
},
1744+
"required": [
1745+
"key"
1746+
],
1747+
"type": "object",
1748+
"x-kubernetes-map-type": "atomic"
1749+
},
1750+
"secret": {
1751+
"additionalProperties": false,
1752+
"properties": {
1753+
"key": {
1754+
"type": "string"
1755+
},
1756+
"name": {
1757+
"default": "",
1758+
"type": "string"
1759+
},
1760+
"optional": {
1761+
"type": "boolean"
1762+
}
1763+
},
1764+
"required": [
1765+
"key"
1766+
],
1767+
"type": "object",
1768+
"x-kubernetes-map-type": "atomic"
1769+
}
1770+
},
1771+
"type": "object"
1772+
},
1773+
"certFile": {
1774+
"type": "string"
1775+
},
1776+
"cipherSuites": {
1777+
"items": {
1778+
"type": "string"
1779+
},
1780+
"type": "array"
1781+
},
1782+
"clientAuthType": {
1783+
"type": "string"
1784+
},
1785+
"clientCAFile": {
1786+
"type": "string"
1787+
},
1788+
"client_ca": {
1789+
"additionalProperties": false,
1790+
"properties": {
1791+
"configMap": {
1792+
"additionalProperties": false,
1793+
"properties": {
1794+
"key": {
1795+
"type": "string"
1796+
},
1797+
"name": {
1798+
"default": "",
1799+
"type": "string"
1800+
},
1801+
"optional": {
1802+
"type": "boolean"
1803+
}
1804+
},
1805+
"required": [
1806+
"key"
1807+
],
1808+
"type": "object",
1809+
"x-kubernetes-map-type": "atomic"
1810+
},
1811+
"secret": {
1812+
"additionalProperties": false,
1813+
"properties": {
1814+
"key": {
1815+
"type": "string"
1816+
},
1817+
"name": {
1818+
"default": "",
1819+
"type": "string"
1820+
},
1821+
"optional": {
1822+
"type": "boolean"
1823+
}
1824+
},
1825+
"required": [
1826+
"key"
1827+
],
1828+
"type": "object",
1829+
"x-kubernetes-map-type": "atomic"
1830+
}
1831+
},
1832+
"type": "object"
1833+
},
1834+
"curvePreferences": {
1835+
"items": {
1836+
"type": "string"
1837+
},
1838+
"type": "array"
1839+
},
1840+
"keyFile": {
1841+
"type": "string"
1842+
},
1843+
"keySecret": {
1844+
"additionalProperties": false,
1845+
"properties": {
1846+
"key": {
1847+
"type": "string"
1848+
},
1849+
"name": {
1850+
"default": "",
1851+
"type": "string"
1852+
},
1853+
"optional": {
1854+
"type": "boolean"
1855+
}
1856+
},
1857+
"required": [
1858+
"key"
1859+
],
1860+
"type": "object",
1861+
"x-kubernetes-map-type": "atomic"
1862+
},
1863+
"maxVersion": {
1864+
"type": "string"
1865+
},
1866+
"minVersion": {
1867+
"type": "string"
1868+
},
1869+
"preferServerCipherSuites": {
1870+
"type": "boolean"
1871+
}
1872+
},
1873+
"type": "object"
1874+
}
1875+
},
1876+
"required": [
1877+
"client",
1878+
"server"
1879+
],
1880+
"type": "object"
1881+
},
15791882
"configMaps": {
15801883
"items": {
15811884
"type": "string"
@@ -2753,6 +3056,9 @@
27533056
},
27543057
"type": "array"
27553058
},
3059+
"enableServiceLinks": {
3060+
"type": "boolean"
3061+
},
27563062
"externalUrl": {
27573063
"type": "string"
27583064
},
@@ -4196,6 +4502,10 @@
41964502
"serviceAccountName": {
41974503
"type": "string"
41984504
},
4505+
"serviceName": {
4506+
"minLength": 1,
4507+
"type": "string"
4508+
},
41994509
"sha": {
42004510
"type": "string"
42014511
},

schema/monitoring.coreos.com/prometheus_v1.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,6 +2726,9 @@
27262726
"enableRemoteWriteReceiver": {
27272727
"type": "boolean"
27282728
},
2729+
"enableServiceLinks": {
2730+
"type": "boolean"
2731+
},
27292732
"enforcedBodySizeLimit": {
27302733
"pattern": "(^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$",
27312734
"type": "string"
@@ -5476,6 +5479,9 @@
54765479
"pattern": "^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$",
54775480
"type": "string"
54785481
},
5482+
"roundRobinDNS": {
5483+
"type": "boolean"
5484+
},
54795485
"sendExemplars": {
54805486
"type": "boolean"
54815487
},
@@ -6648,6 +6654,19 @@
66486654
"sha": {
66496655
"type": "string"
66506656
},
6657+
"shardRetentionPolicy": {
6658+
"additionalProperties": false,
6659+
"properties": {
6660+
"whenScaled": {
6661+
"enum": [
6662+
"Retain",
6663+
"Delete"
6664+
],
6665+
"type": "string"
6666+
}
6667+
},
6668+
"type": "object"
6669+
},
66516670
"shards": {
66526671
"format": "int32",
66536672
"type": "integer"

schema/monitoring.coreos.com/prometheusagent_v1alpha1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,6 +2170,9 @@
21702170
"enableRemoteWriteReceiver": {
21712171
"type": "boolean"
21722172
},
2173+
"enableServiceLinks": {
2174+
"type": "boolean"
2175+
},
21732176
"enforcedBodySizeLimit": {
21742177
"pattern": "(^0|([0-9]*[.])?[0-9]+((K|M|G|T|E|P)i?)?B)$",
21752178
"type": "string"
@@ -4281,6 +4284,9 @@
42814284
"pattern": "^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$",
42824285
"type": "string"
42834286
},
4287+
"roundRobinDNS": {
4288+
"type": "boolean"
4289+
},
42844290
"sendExemplars": {
42854291
"type": "boolean"
42864292
},

0 commit comments

Comments
 (0)