You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dist/service_types.yml
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,8 @@ alloydbomni:
75
75
items:
76
76
title: CIDR address block, either as a string, or in a dict with an optional description field
77
77
type:
78
-
- string
79
78
- object
79
+
- string
80
80
required:
81
81
- network
82
82
properties:
@@ -802,8 +802,8 @@ cassandra:
802
802
items:
803
803
title: CIDR address block, either as a string, or in a dict with an optional description field
804
804
type:
805
-
- string
806
805
- object
806
+
- string
807
807
required:
808
808
- network
809
809
properties:
@@ -915,8 +915,8 @@ clickhouse:
915
915
items:
916
916
title: CIDR address block, either as a string, or in a dict with an optional description field
917
917
type:
918
-
- string
919
918
- object
919
+
- string
920
920
required:
921
921
- network
922
922
properties:
@@ -1052,8 +1052,8 @@ dragonfly:
1052
1052
items:
1053
1053
title: CIDR address block, either as a string, or in a dict with an optional description field
1054
1054
type:
1055
-
- string
1056
1055
- object
1056
+
- string
1057
1057
required:
1058
1058
- network
1059
1059
properties:
@@ -1233,8 +1233,8 @@ flink:
1233
1233
items:
1234
1234
title: CIDR address block, either as a string, or in a dict with an optional description field
1235
1235
type:
1236
-
- string
1237
1236
- object
1237
+
- string
1238
1238
required:
1239
1239
- network
1240
1240
properties:
@@ -1854,8 +1854,8 @@ grafana:
1854
1854
items:
1855
1855
title: CIDR address block, either as a string, or in a dict with an optional description field
1856
1856
type:
1857
-
- string
1858
1857
- object
1858
+
- string
1859
1859
required:
1860
1860
- network
1861
1861
properties:
@@ -2104,8 +2104,8 @@ influxdb:
2104
2104
items:
2105
2105
title: CIDR address block, either as a string, or in a dict with an optional description field
2106
2106
type:
2107
-
- string
2108
2107
- object
2108
+
- string
2109
2109
required:
2110
2110
- network
2111
2111
properties:
@@ -2233,8 +2233,8 @@ kafka:
2233
2233
items:
2234
2234
title: CIDR address block, either as a string, or in a dict with an optional description field
2235
2235
type:
2236
-
- string
2237
2236
- object
2237
+
- string
2238
2238
required:
2239
2239
- network
2240
2240
properties:
@@ -3104,8 +3104,8 @@ kafka_connect:
3104
3104
items:
3105
3105
title: CIDR address block, either as a string, or in a dict with an optional description field
3106
3106
type:
3107
-
- string
3108
3107
- object
3108
+
- string
3109
3109
required:
3110
3110
- network
3111
3111
properties:
@@ -3417,8 +3417,8 @@ kafka_mirrormaker:
3417
3417
items:
3418
3418
title: CIDR address block, either as a string, or in a dict with an optional description field
3419
3419
type:
3420
-
- string
3421
3420
- object
3421
+
- string
3422
3422
required:
3423
3423
- network
3424
3424
properties:
@@ -3551,8 +3551,8 @@ m3aggregator:
3551
3551
items:
3552
3552
title: CIDR address block, either as a string, or in a dict with an optional description field
3553
3553
type:
3554
-
- string
3555
3554
- object
3555
+
- string
3556
3556
required:
3557
3557
- network
3558
3558
properties:
@@ -3625,8 +3625,8 @@ m3db:
3625
3625
items:
3626
3626
title: CIDR address block, either as a string, or in a dict with an optional description field
3627
3627
type:
3628
-
- string
3629
3628
- object
3629
+
- string
3630
3630
required:
3631
3631
- network
3632
3632
properties:
@@ -4017,8 +4017,8 @@ mysql:
4017
4017
items:
4018
4018
title: CIDR address block, either as a string, or in a dict with an optional description field
4019
4019
type:
4020
-
- string
4021
4020
- object
4021
+
- string
4022
4022
required:
4023
4023
- network
4024
4024
properties:
@@ -4637,8 +4637,8 @@ opensearch:
4637
4637
items:
4638
4638
title: CIDR address block, either as a string, or in a dict with an optional description field
4639
4639
type:
4640
-
- string
4641
4640
- object
4641
+
- string
4642
4642
required:
4643
4643
- network
4644
4644
properties:
@@ -4884,12 +4884,10 @@ opensearch:
4884
4884
cluster.filecache.remote_data_ratio:
4885
4885
title: The limit of how much total remote data can be referenced
4886
4886
description: Defines a limit of how much total remote data can be referenced as a ratio of the size of the disk reserved for the file cache. This is designed to be a safeguard to prevent oversubscribing a cluster. Defaults to 0.
4887
-
type:
4888
-
- integer
4889
-
- number
4887
+
type: number
4890
4888
minimum: 0
4891
4889
maximum: 100
4892
-
example: "5"
4890
+
example: "5.0"
4893
4891
cluster.remote_store:
4894
4892
type: object
4895
4893
properties:
@@ -5881,8 +5879,8 @@ pg:
5881
5879
items:
5882
5880
title: CIDR address block, either as a string, or in a dict with an optional description field
5883
5881
type:
5884
-
- string
5885
5882
- object
5883
+
- string
5886
5884
required:
5887
5885
- network
5888
5886
properties:
@@ -6702,8 +6700,8 @@ redis:
6702
6700
items:
6703
6701
title: CIDR address block, either as a string, or in a dict with an optional description field
6704
6702
type:
6705
-
- string
6706
6703
- object
6704
+
- string
6707
6705
required:
6708
6706
- network
6709
6707
properties:
@@ -6949,8 +6947,8 @@ thanos:
6949
6947
items:
6950
6948
title: CIDR address block, either as a string, or in a dict with an optional description field
6951
6949
type:
6952
-
- string
6953
6950
- object
6951
+
- string
6954
6952
required:
6955
6953
- network
6956
6954
properties:
@@ -7153,8 +7151,8 @@ valkey:
7153
7151
items:
7154
7152
title: CIDR address block, either as a string, or in a dict with an optional description field
0 commit comments