@bluedynamics/cdk8s-plone 0.1.27 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +519 -25
- package/API.md +393 -0
- package/lib/httpcache.js +5 -3
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/plone.js +1 -1
- package/lib/vinylcache.d.ts +136 -0
- package/lib/vinylcache.js +33 -4
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"stability": "stable"
|
|
97
97
|
},
|
|
98
98
|
"homepage": "https://github.com/bluedynamics/cdk8s-plone.git",
|
|
99
|
-
"jsiiVersion": "5.9.
|
|
99
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
100
100
|
"license": "Apache-2.0",
|
|
101
101
|
"metadata": {
|
|
102
102
|
"jsii": {
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
},
|
|
1541
1541
|
"locationInModule": {
|
|
1542
1542
|
"filename": "src/vinylcache.ts",
|
|
1543
|
-
"line":
|
|
1543
|
+
"line": 314
|
|
1544
1544
|
},
|
|
1545
1545
|
"parameters": [
|
|
1546
1546
|
{
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
"kind": "class",
|
|
1567
1567
|
"locationInModule": {
|
|
1568
1568
|
"filename": "src/vinylcache.ts",
|
|
1569
|
-
"line":
|
|
1569
|
+
"line": 307
|
|
1570
1570
|
},
|
|
1571
1571
|
"name": "PloneVinylCache",
|
|
1572
1572
|
"properties": [
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
"immutable": true,
|
|
1580
1580
|
"locationInModule": {
|
|
1581
1581
|
"filename": "src/vinylcache.ts",
|
|
1582
|
-
"line":
|
|
1582
|
+
"line": 312
|
|
1583
1583
|
},
|
|
1584
1584
|
"name": "vinylCacheServiceName",
|
|
1585
1585
|
"type": {
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"kind": "interface",
|
|
1602
1602
|
"locationInModule": {
|
|
1603
1603
|
"filename": "src/vinylcache.ts",
|
|
1604
|
-
"line":
|
|
1604
|
+
"line": 122
|
|
1605
1605
|
},
|
|
1606
1606
|
"name": "PloneVinylCacheOptions",
|
|
1607
1607
|
"properties": [
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
"immutable": true,
|
|
1616
1616
|
"locationInModule": {
|
|
1617
1617
|
"filename": "src/vinylcache.ts",
|
|
1618
|
-
"line":
|
|
1618
|
+
"line": 127
|
|
1619
1619
|
},
|
|
1620
1620
|
"name": "plone",
|
|
1621
1621
|
"type": {
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"immutable": true,
|
|
1633
1633
|
"locationInModule": {
|
|
1634
1634
|
"filename": "src/vinylcache.ts",
|
|
1635
|
-
"line":
|
|
1635
|
+
"line": 170
|
|
1636
1636
|
},
|
|
1637
1637
|
"name": "director",
|
|
1638
1638
|
"optional": true,
|
|
@@ -1640,6 +1640,30 @@
|
|
|
1640
1640
|
"primitive": "string"
|
|
1641
1641
|
}
|
|
1642
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
"abstract": true,
|
|
1645
|
+
"docs": {
|
|
1646
|
+
"default": "- no extra backends",
|
|
1647
|
+
"remarks": "Uses the same backend type structure as the VinylCache CRD.",
|
|
1648
|
+
"stability": "stable",
|
|
1649
|
+
"summary": "Additional backends to add after the auto-generated Plone backends."
|
|
1650
|
+
},
|
|
1651
|
+
"immutable": true,
|
|
1652
|
+
"locationInModule": {
|
|
1653
|
+
"filename": "src/vinylcache.ts",
|
|
1654
|
+
"line": 134
|
|
1655
|
+
},
|
|
1656
|
+
"name": "extraBackends",
|
|
1657
|
+
"optional": true,
|
|
1658
|
+
"type": {
|
|
1659
|
+
"collection": {
|
|
1660
|
+
"elementtype": {
|
|
1661
|
+
"fqn": "@bluedynamics/cdk8s-plone.VinylCacheBackend"
|
|
1662
|
+
},
|
|
1663
|
+
"kind": "array"
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1643
1667
|
{
|
|
1644
1668
|
"abstract": true,
|
|
1645
1669
|
"docs": {
|
|
@@ -1650,7 +1674,7 @@
|
|
|
1650
1674
|
"immutable": true,
|
|
1651
1675
|
"locationInModule": {
|
|
1652
1676
|
"filename": "src/vinylcache.ts",
|
|
1653
|
-
"line":
|
|
1677
|
+
"line": 202
|
|
1654
1678
|
},
|
|
1655
1679
|
"name": "image",
|
|
1656
1680
|
"optional": true,
|
|
@@ -1668,7 +1692,7 @@
|
|
|
1668
1692
|
"immutable": true,
|
|
1669
1693
|
"locationInModule": {
|
|
1670
1694
|
"filename": "src/vinylcache.ts",
|
|
1671
|
-
"line":
|
|
1695
|
+
"line": 190
|
|
1672
1696
|
},
|
|
1673
1697
|
"name": "invalidation",
|
|
1674
1698
|
"optional": true,
|
|
@@ -1686,7 +1710,7 @@
|
|
|
1686
1710
|
"immutable": true,
|
|
1687
1711
|
"locationInModule": {
|
|
1688
1712
|
"filename": "src/vinylcache.ts",
|
|
1689
|
-
"line":
|
|
1713
|
+
"line": 158
|
|
1690
1714
|
},
|
|
1691
1715
|
"name": "limitCpu",
|
|
1692
1716
|
"optional": true,
|
|
@@ -1704,7 +1728,7 @@
|
|
|
1704
1728
|
"immutable": true,
|
|
1705
1729
|
"locationInModule": {
|
|
1706
1730
|
"filename": "src/vinylcache.ts",
|
|
1707
|
-
"line":
|
|
1731
|
+
"line": 164
|
|
1708
1732
|
},
|
|
1709
1733
|
"name": "limitMemory",
|
|
1710
1734
|
"optional": true,
|
|
@@ -1722,7 +1746,7 @@
|
|
|
1722
1746
|
"immutable": true,
|
|
1723
1747
|
"locationInModule": {
|
|
1724
1748
|
"filename": "src/vinylcache.ts",
|
|
1725
|
-
"line":
|
|
1749
|
+
"line": 196
|
|
1726
1750
|
},
|
|
1727
1751
|
"name": "monitoring",
|
|
1728
1752
|
"optional": true,
|
|
@@ -1730,6 +1754,30 @@
|
|
|
1730
1754
|
"primitive": "boolean"
|
|
1731
1755
|
}
|
|
1732
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
"abstract": true,
|
|
1759
|
+
"docs": {
|
|
1760
|
+
"default": "- no node selector",
|
|
1761
|
+
"remarks": "Constrains pods to nodes matching all specified labels.",
|
|
1762
|
+
"stability": "stable",
|
|
1763
|
+
"summary": "Node selector labels for the Varnish pods."
|
|
1764
|
+
},
|
|
1765
|
+
"immutable": true,
|
|
1766
|
+
"locationInModule": {
|
|
1767
|
+
"filename": "src/vinylcache.ts",
|
|
1768
|
+
"line": 215
|
|
1769
|
+
},
|
|
1770
|
+
"name": "nodeSelector",
|
|
1771
|
+
"optional": true,
|
|
1772
|
+
"type": {
|
|
1773
|
+
"collection": {
|
|
1774
|
+
"elementtype": {
|
|
1775
|
+
"primitive": "string"
|
|
1776
|
+
},
|
|
1777
|
+
"kind": "map"
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1733
1781
|
{
|
|
1734
1782
|
"abstract": true,
|
|
1735
1783
|
"docs": {
|
|
@@ -1740,7 +1788,7 @@
|
|
|
1740
1788
|
"immutable": true,
|
|
1741
1789
|
"locationInModule": {
|
|
1742
1790
|
"filename": "src/vinylcache.ts",
|
|
1743
|
-
"line":
|
|
1791
|
+
"line": 140
|
|
1744
1792
|
},
|
|
1745
1793
|
"name": "replicas",
|
|
1746
1794
|
"optional": true,
|
|
@@ -1758,7 +1806,7 @@
|
|
|
1758
1806
|
"immutable": true,
|
|
1759
1807
|
"locationInModule": {
|
|
1760
1808
|
"filename": "src/vinylcache.ts",
|
|
1761
|
-
"line":
|
|
1809
|
+
"line": 146
|
|
1762
1810
|
},
|
|
1763
1811
|
"name": "requestCpu",
|
|
1764
1812
|
"optional": true,
|
|
@@ -1776,7 +1824,7 @@
|
|
|
1776
1824
|
"immutable": true,
|
|
1777
1825
|
"locationInModule": {
|
|
1778
1826
|
"filename": "src/vinylcache.ts",
|
|
1779
|
-
"line":
|
|
1827
|
+
"line": 152
|
|
1780
1828
|
},
|
|
1781
1829
|
"name": "requestMemory",
|
|
1782
1830
|
"optional": true,
|
|
@@ -1794,7 +1842,7 @@
|
|
|
1794
1842
|
"immutable": true,
|
|
1795
1843
|
"locationInModule": {
|
|
1796
1844
|
"filename": "src/vinylcache.ts",
|
|
1797
|
-
"line":
|
|
1845
|
+
"line": 208
|
|
1798
1846
|
},
|
|
1799
1847
|
"name": "tolerations",
|
|
1800
1848
|
"optional": true,
|
|
@@ -1807,6 +1855,42 @@
|
|
|
1807
1855
|
}
|
|
1808
1856
|
}
|
|
1809
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
"abstract": true,
|
|
1860
|
+
"docs": {
|
|
1861
|
+
"default": "- no snippet",
|
|
1862
|
+
"stability": "stable",
|
|
1863
|
+
"summary": "Custom VCL snippet for vcl_backend_error subroutine."
|
|
1864
|
+
},
|
|
1865
|
+
"immutable": true,
|
|
1866
|
+
"locationInModule": {
|
|
1867
|
+
"filename": "src/vinylcache.ts",
|
|
1868
|
+
"line": 287
|
|
1869
|
+
},
|
|
1870
|
+
"name": "vclBackendErrorSnippet",
|
|
1871
|
+
"optional": true,
|
|
1872
|
+
"type": {
|
|
1873
|
+
"primitive": "string"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"abstract": true,
|
|
1878
|
+
"docs": {
|
|
1879
|
+
"default": "- no snippet",
|
|
1880
|
+
"stability": "stable",
|
|
1881
|
+
"summary": "Custom VCL snippet for vcl_backend_fetch subroutine."
|
|
1882
|
+
},
|
|
1883
|
+
"immutable": true,
|
|
1884
|
+
"locationInModule": {
|
|
1885
|
+
"filename": "src/vinylcache.ts",
|
|
1886
|
+
"line": 281
|
|
1887
|
+
},
|
|
1888
|
+
"name": "vclBackendFetchSnippet",
|
|
1889
|
+
"optional": true,
|
|
1890
|
+
"type": {
|
|
1891
|
+
"primitive": "string"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1810
1894
|
{
|
|
1811
1895
|
"abstract": true,
|
|
1812
1896
|
"docs": {
|
|
@@ -1818,7 +1902,7 @@
|
|
|
1818
1902
|
"immutable": true,
|
|
1819
1903
|
"locationInModule": {
|
|
1820
1904
|
"filename": "src/vinylcache.ts",
|
|
1821
|
-
"line":
|
|
1905
|
+
"line": 184
|
|
1822
1906
|
},
|
|
1823
1907
|
"name": "vclBackendResponseSnippet",
|
|
1824
1908
|
"optional": true,
|
|
@@ -1826,6 +1910,168 @@
|
|
|
1826
1910
|
"primitive": "string"
|
|
1827
1911
|
}
|
|
1828
1912
|
},
|
|
1913
|
+
{
|
|
1914
|
+
"abstract": true,
|
|
1915
|
+
"docs": {
|
|
1916
|
+
"default": "- no snippet",
|
|
1917
|
+
"stability": "stable",
|
|
1918
|
+
"summary": "Custom VCL snippet for vcl_deliver subroutine."
|
|
1919
|
+
},
|
|
1920
|
+
"immutable": true,
|
|
1921
|
+
"locationInModule": {
|
|
1922
|
+
"filename": "src/vinylcache.ts",
|
|
1923
|
+
"line": 221
|
|
1924
|
+
},
|
|
1925
|
+
"name": "vclDeliverSnippet",
|
|
1926
|
+
"optional": true,
|
|
1927
|
+
"type": {
|
|
1928
|
+
"primitive": "string"
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"abstract": true,
|
|
1933
|
+
"docs": {
|
|
1934
|
+
"default": "- no snippet",
|
|
1935
|
+
"stability": "stable",
|
|
1936
|
+
"summary": "Custom VCL snippet for vcl_fini subroutine."
|
|
1937
|
+
},
|
|
1938
|
+
"immutable": true,
|
|
1939
|
+
"locationInModule": {
|
|
1940
|
+
"filename": "src/vinylcache.ts",
|
|
1941
|
+
"line": 275
|
|
1942
|
+
},
|
|
1943
|
+
"name": "vclFiniSnippet",
|
|
1944
|
+
"optional": true,
|
|
1945
|
+
"type": {
|
|
1946
|
+
"primitive": "string"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"abstract": true,
|
|
1951
|
+
"docs": {
|
|
1952
|
+
"default": "- no snippet",
|
|
1953
|
+
"stability": "stable",
|
|
1954
|
+
"summary": "Custom VCL snippet for vcl_hash subroutine."
|
|
1955
|
+
},
|
|
1956
|
+
"immutable": true,
|
|
1957
|
+
"locationInModule": {
|
|
1958
|
+
"filename": "src/vinylcache.ts",
|
|
1959
|
+
"line": 263
|
|
1960
|
+
},
|
|
1961
|
+
"name": "vclHashSnippet",
|
|
1962
|
+
"optional": true,
|
|
1963
|
+
"type": {
|
|
1964
|
+
"primitive": "string"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"abstract": true,
|
|
1969
|
+
"docs": {
|
|
1970
|
+
"default": "- no snippet",
|
|
1971
|
+
"stability": "stable",
|
|
1972
|
+
"summary": "Custom VCL snippet for vcl_hit subroutine."
|
|
1973
|
+
},
|
|
1974
|
+
"immutable": true,
|
|
1975
|
+
"locationInModule": {
|
|
1976
|
+
"filename": "src/vinylcache.ts",
|
|
1977
|
+
"line": 227
|
|
1978
|
+
},
|
|
1979
|
+
"name": "vclHitSnippet",
|
|
1980
|
+
"optional": true,
|
|
1981
|
+
"type": {
|
|
1982
|
+
"primitive": "string"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"abstract": true,
|
|
1987
|
+
"docs": {
|
|
1988
|
+
"default": "- no snippet",
|
|
1989
|
+
"stability": "stable",
|
|
1990
|
+
"summary": "Custom VCL snippet for vcl_init subroutine."
|
|
1991
|
+
},
|
|
1992
|
+
"immutable": true,
|
|
1993
|
+
"locationInModule": {
|
|
1994
|
+
"filename": "src/vinylcache.ts",
|
|
1995
|
+
"line": 269
|
|
1996
|
+
},
|
|
1997
|
+
"name": "vclInitSnippet",
|
|
1998
|
+
"optional": true,
|
|
1999
|
+
"type": {
|
|
2000
|
+
"primitive": "string"
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"abstract": true,
|
|
2005
|
+
"docs": {
|
|
2006
|
+
"default": "- no snippet",
|
|
2007
|
+
"stability": "stable",
|
|
2008
|
+
"summary": "Custom VCL snippet for vcl_miss subroutine."
|
|
2009
|
+
},
|
|
2010
|
+
"immutable": true,
|
|
2011
|
+
"locationInModule": {
|
|
2012
|
+
"filename": "src/vinylcache.ts",
|
|
2013
|
+
"line": 233
|
|
2014
|
+
},
|
|
2015
|
+
"name": "vclMissSnippet",
|
|
2016
|
+
"optional": true,
|
|
2017
|
+
"type": {
|
|
2018
|
+
"primitive": "string"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"abstract": true,
|
|
2023
|
+
"docs": {
|
|
2024
|
+
"default": "- no snippet",
|
|
2025
|
+
"stability": "stable",
|
|
2026
|
+
"summary": "Custom VCL snippet for vcl_pass subroutine."
|
|
2027
|
+
},
|
|
2028
|
+
"immutable": true,
|
|
2029
|
+
"locationInModule": {
|
|
2030
|
+
"filename": "src/vinylcache.ts",
|
|
2031
|
+
"line": 239
|
|
2032
|
+
},
|
|
2033
|
+
"name": "vclPassSnippet",
|
|
2034
|
+
"optional": true,
|
|
2035
|
+
"type": {
|
|
2036
|
+
"primitive": "string"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"abstract": true,
|
|
2041
|
+
"docs": {
|
|
2042
|
+
"default": "- no snippet",
|
|
2043
|
+
"stability": "stable",
|
|
2044
|
+
"summary": "Custom VCL snippet for vcl_pipe subroutine."
|
|
2045
|
+
},
|
|
2046
|
+
"immutable": true,
|
|
2047
|
+
"locationInModule": {
|
|
2048
|
+
"filename": "src/vinylcache.ts",
|
|
2049
|
+
"line": 245
|
|
2050
|
+
},
|
|
2051
|
+
"name": "vclPipeSnippet",
|
|
2052
|
+
"optional": true,
|
|
2053
|
+
"type": {
|
|
2054
|
+
"primitive": "string"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"abstract": true,
|
|
2059
|
+
"docs": {
|
|
2060
|
+
"default": "- no snippet",
|
|
2061
|
+
"stability": "stable",
|
|
2062
|
+
"summary": "Custom VCL snippet for vcl_purge subroutine."
|
|
2063
|
+
},
|
|
2064
|
+
"immutable": true,
|
|
2065
|
+
"locationInModule": {
|
|
2066
|
+
"filename": "src/vinylcache.ts",
|
|
2067
|
+
"line": 257
|
|
2068
|
+
},
|
|
2069
|
+
"name": "vclPurgeSnippet",
|
|
2070
|
+
"optional": true,
|
|
2071
|
+
"type": {
|
|
2072
|
+
"primitive": "string"
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
1829
2075
|
{
|
|
1830
2076
|
"abstract": true,
|
|
1831
2077
|
"docs": {
|
|
@@ -1837,17 +2083,265 @@
|
|
|
1837
2083
|
"immutable": true,
|
|
1838
2084
|
"locationInModule": {
|
|
1839
2085
|
"filename": "src/vinylcache.ts",
|
|
1840
|
-
"line":
|
|
2086
|
+
"line": 177
|
|
1841
2087
|
},
|
|
1842
2088
|
"name": "vclRecvSnippet",
|
|
1843
2089
|
"optional": true,
|
|
1844
2090
|
"type": {
|
|
1845
2091
|
"primitive": "string"
|
|
1846
2092
|
}
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"abstract": true,
|
|
2096
|
+
"docs": {
|
|
2097
|
+
"default": "- no snippet",
|
|
2098
|
+
"stability": "stable",
|
|
2099
|
+
"summary": "Custom VCL snippet for vcl_synth subroutine."
|
|
2100
|
+
},
|
|
2101
|
+
"immutable": true,
|
|
2102
|
+
"locationInModule": {
|
|
2103
|
+
"filename": "src/vinylcache.ts",
|
|
2104
|
+
"line": 251
|
|
2105
|
+
},
|
|
2106
|
+
"name": "vclSynthSnippet",
|
|
2107
|
+
"optional": true,
|
|
2108
|
+
"type": {
|
|
2109
|
+
"primitive": "string"
|
|
2110
|
+
}
|
|
1847
2111
|
}
|
|
1848
2112
|
],
|
|
1849
2113
|
"symbolId": "src/vinylcache:PloneVinylCacheOptions"
|
|
1850
2114
|
},
|
|
2115
|
+
"@bluedynamics/cdk8s-plone.VinylCacheBackend": {
|
|
2116
|
+
"assembly": "@bluedynamics/cdk8s-plone",
|
|
2117
|
+
"datatype": true,
|
|
2118
|
+
"docs": {
|
|
2119
|
+
"stability": "stable",
|
|
2120
|
+
"summary": "An additional backend for the VinylCache."
|
|
2121
|
+
},
|
|
2122
|
+
"fqn": "@bluedynamics/cdk8s-plone.VinylCacheBackend",
|
|
2123
|
+
"kind": "interface",
|
|
2124
|
+
"locationInModule": {
|
|
2125
|
+
"filename": "src/vinylcache.ts",
|
|
2126
|
+
"line": 57
|
|
2127
|
+
},
|
|
2128
|
+
"name": "VinylCacheBackend",
|
|
2129
|
+
"properties": [
|
|
2130
|
+
{
|
|
2131
|
+
"abstract": true,
|
|
2132
|
+
"docs": {
|
|
2133
|
+
"remarks": "Must match ^[a-zA-Z][a-zA-Z0-9_]*$.",
|
|
2134
|
+
"stability": "stable",
|
|
2135
|
+
"summary": "VCL identifier for this backend."
|
|
2136
|
+
},
|
|
2137
|
+
"immutable": true,
|
|
2138
|
+
"locationInModule": {
|
|
2139
|
+
"filename": "src/vinylcache.ts",
|
|
2140
|
+
"line": 61
|
|
2141
|
+
},
|
|
2142
|
+
"name": "name",
|
|
2143
|
+
"type": {
|
|
2144
|
+
"primitive": "string"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"abstract": true,
|
|
2149
|
+
"docs": {
|
|
2150
|
+
"stability": "stable",
|
|
2151
|
+
"summary": "Port to use for this backend."
|
|
2152
|
+
},
|
|
2153
|
+
"immutable": true,
|
|
2154
|
+
"locationInModule": {
|
|
2155
|
+
"filename": "src/vinylcache.ts",
|
|
2156
|
+
"line": 71
|
|
2157
|
+
},
|
|
2158
|
+
"name": "port",
|
|
2159
|
+
"type": {
|
|
2160
|
+
"primitive": "number"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"abstract": true,
|
|
2165
|
+
"docs": {
|
|
2166
|
+
"stability": "stable",
|
|
2167
|
+
"summary": "Kubernetes Service name to use as backend."
|
|
2168
|
+
},
|
|
2169
|
+
"immutable": true,
|
|
2170
|
+
"locationInModule": {
|
|
2171
|
+
"filename": "src/vinylcache.ts",
|
|
2172
|
+
"line": 66
|
|
2173
|
+
},
|
|
2174
|
+
"name": "serviceName",
|
|
2175
|
+
"type": {
|
|
2176
|
+
"primitive": "string"
|
|
2177
|
+
}
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"abstract": true,
|
|
2181
|
+
"docs": {
|
|
2182
|
+
"default": "- no probe",
|
|
2183
|
+
"stability": "stable",
|
|
2184
|
+
"summary": "Health probe configuration."
|
|
2185
|
+
},
|
|
2186
|
+
"immutable": true,
|
|
2187
|
+
"locationInModule": {
|
|
2188
|
+
"filename": "src/vinylcache.ts",
|
|
2189
|
+
"line": 77
|
|
2190
|
+
},
|
|
2191
|
+
"name": "probe",
|
|
2192
|
+
"optional": true,
|
|
2193
|
+
"type": {
|
|
2194
|
+
"fqn": "@bluedynamics/cdk8s-plone.VinylCacheBackendProbe"
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"abstract": true,
|
|
2199
|
+
"docs": {
|
|
2200
|
+
"default": "- operator default",
|
|
2201
|
+
"remarks": "0 means standby.",
|
|
2202
|
+
"stability": "stable",
|
|
2203
|
+
"summary": "Relative weight for the director."
|
|
2204
|
+
},
|
|
2205
|
+
"immutable": true,
|
|
2206
|
+
"locationInModule": {
|
|
2207
|
+
"filename": "src/vinylcache.ts",
|
|
2208
|
+
"line": 83
|
|
2209
|
+
},
|
|
2210
|
+
"name": "weight",
|
|
2211
|
+
"optional": true,
|
|
2212
|
+
"type": {
|
|
2213
|
+
"primitive": "number"
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
"symbolId": "src/vinylcache:VinylCacheBackend"
|
|
2218
|
+
},
|
|
2219
|
+
"@bluedynamics/cdk8s-plone.VinylCacheBackendProbe": {
|
|
2220
|
+
"assembly": "@bluedynamics/cdk8s-plone",
|
|
2221
|
+
"datatype": true,
|
|
2222
|
+
"docs": {
|
|
2223
|
+
"stability": "stable",
|
|
2224
|
+
"summary": "Health probe configuration for a VinylCache backend."
|
|
2225
|
+
},
|
|
2226
|
+
"fqn": "@bluedynamics/cdk8s-plone.VinylCacheBackendProbe",
|
|
2227
|
+
"kind": "interface",
|
|
2228
|
+
"locationInModule": {
|
|
2229
|
+
"filename": "src/vinylcache.ts",
|
|
2230
|
+
"line": 16
|
|
2231
|
+
},
|
|
2232
|
+
"name": "VinylCacheBackendProbe",
|
|
2233
|
+
"properties": [
|
|
2234
|
+
{
|
|
2235
|
+
"abstract": true,
|
|
2236
|
+
"docs": {
|
|
2237
|
+
"default": "200",
|
|
2238
|
+
"stability": "stable",
|
|
2239
|
+
"summary": "Expected HTTP response status code."
|
|
2240
|
+
},
|
|
2241
|
+
"immutable": true,
|
|
2242
|
+
"locationInModule": {
|
|
2243
|
+
"filename": "src/vinylcache.ts",
|
|
2244
|
+
"line": 51
|
|
2245
|
+
},
|
|
2246
|
+
"name": "expectedResponse",
|
|
2247
|
+
"optional": true,
|
|
2248
|
+
"type": {
|
|
2249
|
+
"primitive": "number"
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"abstract": true,
|
|
2254
|
+
"docs": {
|
|
2255
|
+
"default": "'5s'",
|
|
2256
|
+
"stability": "stable",
|
|
2257
|
+
"summary": "How often to probe the backend."
|
|
2258
|
+
},
|
|
2259
|
+
"immutable": true,
|
|
2260
|
+
"locationInModule": {
|
|
2261
|
+
"filename": "src/vinylcache.ts",
|
|
2262
|
+
"line": 27
|
|
2263
|
+
},
|
|
2264
|
+
"name": "interval",
|
|
2265
|
+
"optional": true,
|
|
2266
|
+
"type": {
|
|
2267
|
+
"primitive": "string"
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"abstract": true,
|
|
2272
|
+
"docs": {
|
|
2273
|
+
"default": "8",
|
|
2274
|
+
"stability": "stable",
|
|
2275
|
+
"summary": "Minimum successful probes within window for healthy status."
|
|
2276
|
+
},
|
|
2277
|
+
"immutable": true,
|
|
2278
|
+
"locationInModule": {
|
|
2279
|
+
"filename": "src/vinylcache.ts",
|
|
2280
|
+
"line": 45
|
|
2281
|
+
},
|
|
2282
|
+
"name": "threshold",
|
|
2283
|
+
"optional": true,
|
|
2284
|
+
"type": {
|
|
2285
|
+
"primitive": "number"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"abstract": true,
|
|
2290
|
+
"docs": {
|
|
2291
|
+
"default": "'2s'",
|
|
2292
|
+
"stability": "stable",
|
|
2293
|
+
"summary": "Maximum time to wait for a probe response."
|
|
2294
|
+
},
|
|
2295
|
+
"immutable": true,
|
|
2296
|
+
"locationInModule": {
|
|
2297
|
+
"filename": "src/vinylcache.ts",
|
|
2298
|
+
"line": 33
|
|
2299
|
+
},
|
|
2300
|
+
"name": "timeout",
|
|
2301
|
+
"optional": true,
|
|
2302
|
+
"type": {
|
|
2303
|
+
"primitive": "string"
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"abstract": true,
|
|
2308
|
+
"docs": {
|
|
2309
|
+
"default": "'/'",
|
|
2310
|
+
"stability": "stable",
|
|
2311
|
+
"summary": "URL to probe."
|
|
2312
|
+
},
|
|
2313
|
+
"immutable": true,
|
|
2314
|
+
"locationInModule": {
|
|
2315
|
+
"filename": "src/vinylcache.ts",
|
|
2316
|
+
"line": 21
|
|
2317
|
+
},
|
|
2318
|
+
"name": "url",
|
|
2319
|
+
"optional": true,
|
|
2320
|
+
"type": {
|
|
2321
|
+
"primitive": "string"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"abstract": true,
|
|
2326
|
+
"docs": {
|
|
2327
|
+
"default": "10",
|
|
2328
|
+
"stability": "stable",
|
|
2329
|
+
"summary": "Number of most recent probes to consider."
|
|
2330
|
+
},
|
|
2331
|
+
"immutable": true,
|
|
2332
|
+
"locationInModule": {
|
|
2333
|
+
"filename": "src/vinylcache.ts",
|
|
2334
|
+
"line": 39
|
|
2335
|
+
},
|
|
2336
|
+
"name": "window",
|
|
2337
|
+
"optional": true,
|
|
2338
|
+
"type": {
|
|
2339
|
+
"primitive": "number"
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"symbolId": "src/vinylcache:VinylCacheBackendProbe"
|
|
2344
|
+
},
|
|
1851
2345
|
"@bluedynamics/cdk8s-plone.VinylCacheToleration": {
|
|
1852
2346
|
"assembly": "@bluedynamics/cdk8s-plone",
|
|
1853
2347
|
"datatype": true,
|
|
@@ -1859,7 +2353,7 @@
|
|
|
1859
2353
|
"kind": "interface",
|
|
1860
2354
|
"locationInModule": {
|
|
1861
2355
|
"filename": "src/vinylcache.ts",
|
|
1862
|
-
"line":
|
|
2356
|
+
"line": 89
|
|
1863
2357
|
},
|
|
1864
2358
|
"name": "VinylCacheToleration",
|
|
1865
2359
|
"properties": [
|
|
@@ -1872,7 +2366,7 @@
|
|
|
1872
2366
|
"immutable": true,
|
|
1873
2367
|
"locationInModule": {
|
|
1874
2368
|
"filename": "src/vinylcache.ts",
|
|
1875
|
-
"line":
|
|
2369
|
+
"line": 93
|
|
1876
2370
|
},
|
|
1877
2371
|
"name": "key",
|
|
1878
2372
|
"type": {
|
|
@@ -1889,7 +2383,7 @@
|
|
|
1889
2383
|
"immutable": true,
|
|
1890
2384
|
"locationInModule": {
|
|
1891
2385
|
"filename": "src/vinylcache.ts",
|
|
1892
|
-
"line":
|
|
2386
|
+
"line": 111
|
|
1893
2387
|
},
|
|
1894
2388
|
"name": "effect",
|
|
1895
2389
|
"optional": true,
|
|
@@ -1907,7 +2401,7 @@
|
|
|
1907
2401
|
"immutable": true,
|
|
1908
2402
|
"locationInModule": {
|
|
1909
2403
|
"filename": "src/vinylcache.ts",
|
|
1910
|
-
"line":
|
|
2404
|
+
"line": 99
|
|
1911
2405
|
},
|
|
1912
2406
|
"name": "operator",
|
|
1913
2407
|
"optional": true,
|
|
@@ -1925,7 +2419,7 @@
|
|
|
1925
2419
|
"immutable": true,
|
|
1926
2420
|
"locationInModule": {
|
|
1927
2421
|
"filename": "src/vinylcache.ts",
|
|
1928
|
-
"line":
|
|
2422
|
+
"line": 105
|
|
1929
2423
|
},
|
|
1930
2424
|
"name": "value",
|
|
1931
2425
|
"optional": true,
|
|
@@ -1937,6 +2431,6 @@
|
|
|
1937
2431
|
"symbolId": "src/vinylcache:VinylCacheToleration"
|
|
1938
2432
|
}
|
|
1939
2433
|
},
|
|
1940
|
-
"version": "0.1.
|
|
1941
|
-
"fingerprint": "
|
|
2434
|
+
"version": "0.1.28",
|
|
2435
|
+
"fingerprint": "bZ+Xd/+EDtyskE0MYgnVHD/7pQ06zIDKEp9k1EGarQM="
|
|
1942
2436
|
}
|