qontract-reconcile 0.10.2.dev167__py3-none-any.whl → 0.10.2.dev169__py3-none-any.whl
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.
- {qontract_reconcile-0.10.2.dev167.dist-info → qontract_reconcile-0.10.2.dev169.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev167.dist-info → qontract_reconcile-0.10.2.dev169.dist-info}/RECORD +13 -10
- reconcile/dashdotdb_slo.py +45 -156
- reconcile/gcp_image_mirror.py +4 -28
- reconcile/gql_definitions/common/saas_files.py +49 -0
- reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +15 -67
- reconcile/gql_definitions/fragments/saas_slo_document.py +82 -0
- reconcile/gql_definitions/introspection.json +249 -229
- reconcile/quay_mirror.py +3 -42
- reconcile/utils/quay_mirror.py +42 -0
- reconcile/utils/slo_document_manager.py +278 -0
- {qontract_reconcile-0.10.2.dev167.dist-info → qontract_reconcile-0.10.2.dev169.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev167.dist-info → qontract_reconcile-0.10.2.dev169.dist-info}/entry_points.txt +0 -0
@@ -5527,12 +5527,12 @@
|
|
5527
5527
|
},
|
5528
5528
|
{
|
5529
5529
|
"kind": "OBJECT",
|
5530
|
-
"name": "
|
5530
|
+
"name": "SLODocument_v1",
|
5531
5531
|
"ofType": null
|
5532
5532
|
},
|
5533
5533
|
{
|
5534
5534
|
"kind": "OBJECT",
|
5535
|
-
"name": "
|
5535
|
+
"name": "SRECheckpoint_v1",
|
5536
5536
|
"ofType": null
|
5537
5537
|
},
|
5538
5538
|
{
|
@@ -22647,6 +22647,26 @@
|
|
22647
22647
|
"isDeprecated": false,
|
22648
22648
|
"deprecationReason": null
|
22649
22649
|
},
|
22650
|
+
{
|
22651
|
+
"name": "slos",
|
22652
|
+
"description": null,
|
22653
|
+
"args": [],
|
22654
|
+
"type": {
|
22655
|
+
"kind": "LIST",
|
22656
|
+
"name": null,
|
22657
|
+
"ofType": {
|
22658
|
+
"kind": "NON_NULL",
|
22659
|
+
"name": null,
|
22660
|
+
"ofType": {
|
22661
|
+
"kind": "OBJECT",
|
22662
|
+
"name": "SLODocument_v1",
|
22663
|
+
"ofType": null
|
22664
|
+
}
|
22665
|
+
}
|
22666
|
+
},
|
22667
|
+
"isDeprecated": false,
|
22668
|
+
"deprecationReason": null
|
22669
|
+
},
|
22650
22670
|
{
|
22651
22671
|
"name": "disable",
|
22652
22672
|
"description": null,
|
@@ -23042,19 +23062,19 @@
|
|
23042
23062
|
},
|
23043
23063
|
{
|
23044
23064
|
"kind": "OBJECT",
|
23045
|
-
"name": "
|
23065
|
+
"name": "SLODocument_v1",
|
23046
23066
|
"description": null,
|
23047
23067
|
"fields": [
|
23048
23068
|
{
|
23049
|
-
"name": "
|
23069
|
+
"name": "schema",
|
23050
23070
|
"description": null,
|
23051
23071
|
"args": [],
|
23052
23072
|
"type": {
|
23053
23073
|
"kind": "NON_NULL",
|
23054
23074
|
"name": null,
|
23055
23075
|
"ofType": {
|
23056
|
-
"kind": "
|
23057
|
-
"name": "
|
23076
|
+
"kind": "SCALAR",
|
23077
|
+
"name": "String",
|
23058
23078
|
"ofType": null
|
23059
23079
|
}
|
23060
23080
|
},
|
@@ -23062,34 +23082,35 @@
|
|
23062
23082
|
"deprecationReason": null
|
23063
23083
|
},
|
23064
23084
|
{
|
23065
|
-
"name": "
|
23085
|
+
"name": "path",
|
23066
23086
|
"description": null,
|
23067
23087
|
"args": [],
|
23068
23088
|
"type": {
|
23069
23089
|
"kind": "NON_NULL",
|
23070
23090
|
"name": null,
|
23071
23091
|
"ofType": {
|
23072
|
-
"kind": "
|
23073
|
-
"name": "
|
23092
|
+
"kind": "SCALAR",
|
23093
|
+
"name": "String",
|
23074
23094
|
"ofType": null
|
23075
23095
|
}
|
23076
23096
|
},
|
23077
23097
|
"isDeprecated": false,
|
23078
23098
|
"deprecationReason": null
|
23079
|
-
}
|
23080
|
-
],
|
23081
|
-
"inputFields": null,
|
23082
|
-
"interfaces": [],
|
23083
|
-
"enumValues": null,
|
23084
|
-
"possibleTypes": null
|
23085
|
-
},
|
23086
|
-
{
|
23087
|
-
"kind": "OBJECT",
|
23088
|
-
"name": "ResourceRequestsRequirements_v1",
|
23089
|
-
"description": null,
|
23090
|
-
"fields": [
|
23099
|
+
},
|
23091
23100
|
{
|
23092
|
-
"name": "
|
23101
|
+
"name": "labels",
|
23102
|
+
"description": null,
|
23103
|
+
"args": [],
|
23104
|
+
"type": {
|
23105
|
+
"kind": "SCALAR",
|
23106
|
+
"name": "JSON",
|
23107
|
+
"ofType": null
|
23108
|
+
},
|
23109
|
+
"isDeprecated": false,
|
23110
|
+
"deprecationReason": null
|
23111
|
+
},
|
23112
|
+
{
|
23113
|
+
"name": "name",
|
23093
23114
|
"description": null,
|
23094
23115
|
"args": [],
|
23095
23116
|
"type": {
|
@@ -23105,55 +23126,60 @@
|
|
23105
23126
|
"deprecationReason": null
|
23106
23127
|
},
|
23107
23128
|
{
|
23108
|
-
"name": "
|
23129
|
+
"name": "app",
|
23109
23130
|
"description": null,
|
23110
23131
|
"args": [],
|
23111
23132
|
"type": {
|
23112
23133
|
"kind": "NON_NULL",
|
23113
23134
|
"name": null,
|
23114
23135
|
"ofType": {
|
23115
|
-
"kind": "
|
23116
|
-
"name": "
|
23136
|
+
"kind": "OBJECT",
|
23137
|
+
"name": "App_v1",
|
23117
23138
|
"ofType": null
|
23118
23139
|
}
|
23119
23140
|
},
|
23120
23141
|
"isDeprecated": false,
|
23121
23142
|
"deprecationReason": null
|
23122
|
-
}
|
23123
|
-
],
|
23124
|
-
"inputFields": null,
|
23125
|
-
"interfaces": [],
|
23126
|
-
"enumValues": null,
|
23127
|
-
"possibleTypes": null
|
23128
|
-
},
|
23129
|
-
{
|
23130
|
-
"kind": "OBJECT",
|
23131
|
-
"name": "ResourceLimitsRequirements_v1",
|
23132
|
-
"description": null,
|
23133
|
-
"fields": [
|
23143
|
+
},
|
23134
23144
|
{
|
23135
|
-
"name": "
|
23145
|
+
"name": "namespaces",
|
23136
23146
|
"description": null,
|
23137
23147
|
"args": [],
|
23138
23148
|
"type": {
|
23139
|
-
"kind": "
|
23140
|
-
"name":
|
23141
|
-
"ofType":
|
23149
|
+
"kind": "NON_NULL",
|
23150
|
+
"name": null,
|
23151
|
+
"ofType": {
|
23152
|
+
"kind": "LIST",
|
23153
|
+
"name": null,
|
23154
|
+
"ofType": {
|
23155
|
+
"kind": "NON_NULL",
|
23156
|
+
"name": null,
|
23157
|
+
"ofType": {
|
23158
|
+
"kind": "OBJECT",
|
23159
|
+
"name": "SLONamespaces_v1",
|
23160
|
+
"ofType": null
|
23161
|
+
}
|
23162
|
+
}
|
23163
|
+
}
|
23142
23164
|
},
|
23143
23165
|
"isDeprecated": false,
|
23144
23166
|
"deprecationReason": null
|
23145
23167
|
},
|
23146
23168
|
{
|
23147
|
-
"name": "
|
23169
|
+
"name": "slos",
|
23148
23170
|
"description": null,
|
23149
23171
|
"args": [],
|
23150
23172
|
"type": {
|
23151
|
-
"kind": "
|
23173
|
+
"kind": "LIST",
|
23152
23174
|
"name": null,
|
23153
23175
|
"ofType": {
|
23154
|
-
"kind": "
|
23155
|
-
"name":
|
23156
|
-
"ofType":
|
23176
|
+
"kind": "NON_NULL",
|
23177
|
+
"name": null,
|
23178
|
+
"ofType": {
|
23179
|
+
"kind": "OBJECT",
|
23180
|
+
"name": "SLODocumentSLO_v1",
|
23181
|
+
"ofType": null
|
23182
|
+
}
|
23157
23183
|
}
|
23158
23184
|
},
|
23159
23185
|
"isDeprecated": false,
|
@@ -23161,13 +23187,19 @@
|
|
23161
23187
|
}
|
23162
23188
|
],
|
23163
23189
|
"inputFields": null,
|
23164
|
-
"interfaces": [
|
23190
|
+
"interfaces": [
|
23191
|
+
{
|
23192
|
+
"kind": "INTERFACE",
|
23193
|
+
"name": "DatafileObject_v1",
|
23194
|
+
"ofType": null
|
23195
|
+
}
|
23196
|
+
],
|
23165
23197
|
"enumValues": null,
|
23166
23198
|
"possibleTypes": null
|
23167
23199
|
},
|
23168
23200
|
{
|
23169
23201
|
"kind": "OBJECT",
|
23170
|
-
"name": "
|
23202
|
+
"name": "SLONamespaces_v1",
|
23171
23203
|
"description": null,
|
23172
23204
|
"fields": [
|
23173
23205
|
{
|
@@ -23203,19 +23235,7 @@
|
|
23203
23235
|
"deprecationReason": null
|
23204
23236
|
},
|
23205
23237
|
{
|
23206
|
-
"name": "
|
23207
|
-
"description": null,
|
23208
|
-
"args": [],
|
23209
|
-
"type": {
|
23210
|
-
"kind": "SCALAR",
|
23211
|
-
"name": "JSON",
|
23212
|
-
"ofType": null
|
23213
|
-
},
|
23214
|
-
"isDeprecated": false,
|
23215
|
-
"deprecationReason": null
|
23216
|
-
},
|
23217
|
-
{
|
23218
|
-
"name": "app",
|
23238
|
+
"name": "namespace",
|
23219
23239
|
"description": null,
|
23220
23240
|
"args": [],
|
23221
23241
|
"type": {
|
@@ -23223,7 +23243,7 @@
|
|
23223
23243
|
"name": null,
|
23224
23244
|
"ofType": {
|
23225
23245
|
"kind": "OBJECT",
|
23226
|
-
"name": "
|
23246
|
+
"name": "Namespace_v1",
|
23227
23247
|
"ofType": null
|
23228
23248
|
}
|
23229
23249
|
},
|
@@ -23231,52 +23251,38 @@
|
|
23231
23251
|
"deprecationReason": null
|
23232
23252
|
},
|
23233
23253
|
{
|
23234
|
-
"name": "
|
23254
|
+
"name": "SLONamespace",
|
23235
23255
|
"description": null,
|
23236
23256
|
"args": [],
|
23237
23257
|
"type": {
|
23238
|
-
"kind": "
|
23239
|
-
"name":
|
23240
|
-
"ofType":
|
23241
|
-
"kind": "SCALAR",
|
23242
|
-
"name": "String",
|
23243
|
-
"ofType": null
|
23244
|
-
}
|
23258
|
+
"kind": "OBJECT",
|
23259
|
+
"name": "Namespace_v1",
|
23260
|
+
"ofType": null
|
23245
23261
|
},
|
23246
23262
|
"isDeprecated": false,
|
23247
23263
|
"deprecationReason": null
|
23248
23264
|
},
|
23249
23265
|
{
|
23250
|
-
"name": "
|
23266
|
+
"name": "prometheusAccess",
|
23251
23267
|
"description": null,
|
23252
23268
|
"args": [],
|
23253
23269
|
"type": {
|
23254
|
-
"kind": "
|
23255
|
-
"name":
|
23256
|
-
"ofType":
|
23257
|
-
"kind": "SCALAR",
|
23258
|
-
"name": "String",
|
23259
|
-
"ofType": null
|
23260
|
-
}
|
23270
|
+
"kind": "OBJECT",
|
23271
|
+
"name": "SLOExternalPrometheusAccess_v1",
|
23272
|
+
"ofType": null
|
23261
23273
|
},
|
23262
23274
|
"isDeprecated": false,
|
23263
23275
|
"deprecationReason": null
|
23264
23276
|
}
|
23265
23277
|
],
|
23266
23278
|
"inputFields": null,
|
23267
|
-
"interfaces": [
|
23268
|
-
{
|
23269
|
-
"kind": "INTERFACE",
|
23270
|
-
"name": "DatafileObject_v1",
|
23271
|
-
"ofType": null
|
23272
|
-
}
|
23273
|
-
],
|
23279
|
+
"interfaces": [],
|
23274
23280
|
"enumValues": null,
|
23275
23281
|
"possibleTypes": null
|
23276
23282
|
},
|
23277
23283
|
{
|
23278
23284
|
"kind": "OBJECT",
|
23279
|
-
"name": "
|
23285
|
+
"name": "SLOExternalPrometheusAccess_v1",
|
23280
23286
|
"description": null,
|
23281
23287
|
"fields": [
|
23282
23288
|
{
|
@@ -23312,19 +23318,7 @@
|
|
23312
23318
|
"deprecationReason": null
|
23313
23319
|
},
|
23314
23320
|
{
|
23315
|
-
"name": "
|
23316
|
-
"description": null,
|
23317
|
-
"args": [],
|
23318
|
-
"type": {
|
23319
|
-
"kind": "SCALAR",
|
23320
|
-
"name": "JSON",
|
23321
|
-
"ofType": null
|
23322
|
-
},
|
23323
|
-
"isDeprecated": false,
|
23324
|
-
"deprecationReason": null
|
23325
|
-
},
|
23326
|
-
{
|
23327
|
-
"name": "name",
|
23321
|
+
"name": "url",
|
23328
23322
|
"description": null,
|
23329
23323
|
"args": [],
|
23330
23324
|
"type": {
|
@@ -23340,84 +23334,42 @@
|
|
23340
23334
|
"deprecationReason": null
|
23341
23335
|
},
|
23342
23336
|
{
|
23343
|
-
"name": "
|
23344
|
-
"description": null,
|
23345
|
-
"args": [],
|
23346
|
-
"type": {
|
23347
|
-
"kind": "NON_NULL",
|
23348
|
-
"name": null,
|
23349
|
-
"ofType": {
|
23350
|
-
"kind": "OBJECT",
|
23351
|
-
"name": "App_v1",
|
23352
|
-
"ofType": null
|
23353
|
-
}
|
23354
|
-
},
|
23355
|
-
"isDeprecated": false,
|
23356
|
-
"deprecationReason": null
|
23357
|
-
},
|
23358
|
-
{
|
23359
|
-
"name": "namespaces",
|
23337
|
+
"name": "username",
|
23360
23338
|
"description": null,
|
23361
23339
|
"args": [],
|
23362
23340
|
"type": {
|
23363
|
-
"kind": "
|
23364
|
-
"name":
|
23365
|
-
"ofType":
|
23366
|
-
"kind": "LIST",
|
23367
|
-
"name": null,
|
23368
|
-
"ofType": {
|
23369
|
-
"kind": "NON_NULL",
|
23370
|
-
"name": null,
|
23371
|
-
"ofType": {
|
23372
|
-
"kind": "OBJECT",
|
23373
|
-
"name": "SLONamespaces_v1",
|
23374
|
-
"ofType": null
|
23375
|
-
}
|
23376
|
-
}
|
23377
|
-
}
|
23341
|
+
"kind": "OBJECT",
|
23342
|
+
"name": "VaultSecret_v1",
|
23343
|
+
"ofType": null
|
23378
23344
|
},
|
23379
23345
|
"isDeprecated": false,
|
23380
23346
|
"deprecationReason": null
|
23381
23347
|
},
|
23382
23348
|
{
|
23383
|
-
"name": "
|
23349
|
+
"name": "password",
|
23384
23350
|
"description": null,
|
23385
23351
|
"args": [],
|
23386
23352
|
"type": {
|
23387
|
-
"kind": "
|
23388
|
-
"name":
|
23389
|
-
"ofType":
|
23390
|
-
"kind": "NON_NULL",
|
23391
|
-
"name": null,
|
23392
|
-
"ofType": {
|
23393
|
-
"kind": "OBJECT",
|
23394
|
-
"name": "SLODocumentSLO_v1",
|
23395
|
-
"ofType": null
|
23396
|
-
}
|
23397
|
-
}
|
23353
|
+
"kind": "OBJECT",
|
23354
|
+
"name": "VaultSecret_v1",
|
23355
|
+
"ofType": null
|
23398
23356
|
},
|
23399
23357
|
"isDeprecated": false,
|
23400
23358
|
"deprecationReason": null
|
23401
23359
|
}
|
23402
23360
|
],
|
23403
23361
|
"inputFields": null,
|
23404
|
-
"interfaces": [
|
23405
|
-
{
|
23406
|
-
"kind": "INTERFACE",
|
23407
|
-
"name": "DatafileObject_v1",
|
23408
|
-
"ofType": null
|
23409
|
-
}
|
23410
|
-
],
|
23362
|
+
"interfaces": [],
|
23411
23363
|
"enumValues": null,
|
23412
23364
|
"possibleTypes": null
|
23413
23365
|
},
|
23414
23366
|
{
|
23415
23367
|
"kind": "OBJECT",
|
23416
|
-
"name": "
|
23368
|
+
"name": "SLODocumentSLO_v1",
|
23417
23369
|
"description": null,
|
23418
23370
|
"fields": [
|
23419
23371
|
{
|
23420
|
-
"name": "
|
23372
|
+
"name": "name",
|
23421
23373
|
"description": null,
|
23422
23374
|
"args": [],
|
23423
23375
|
"type": {
|
@@ -23433,7 +23385,7 @@
|
|
23433
23385
|
"deprecationReason": null
|
23434
23386
|
},
|
23435
23387
|
{
|
23436
|
-
"name": "
|
23388
|
+
"name": "SLIType",
|
23437
23389
|
"description": null,
|
23438
23390
|
"args": [],
|
23439
23391
|
"type": {
|
@@ -23449,15 +23401,15 @@
|
|
23449
23401
|
"deprecationReason": null
|
23450
23402
|
},
|
23451
23403
|
{
|
23452
|
-
"name": "
|
23404
|
+
"name": "SLISpecification",
|
23453
23405
|
"description": null,
|
23454
23406
|
"args": [],
|
23455
23407
|
"type": {
|
23456
23408
|
"kind": "NON_NULL",
|
23457
23409
|
"name": null,
|
23458
23410
|
"ofType": {
|
23459
|
-
"kind": "
|
23460
|
-
"name": "
|
23411
|
+
"kind": "SCALAR",
|
23412
|
+
"name": "String",
|
23461
23413
|
"ofType": null
|
23462
23414
|
}
|
23463
23415
|
},
|
@@ -23465,42 +23417,55 @@
|
|
23465
23417
|
"deprecationReason": null
|
23466
23418
|
},
|
23467
23419
|
{
|
23468
|
-
"name": "
|
23420
|
+
"name": "SLODetails",
|
23469
23421
|
"description": null,
|
23470
23422
|
"args": [],
|
23471
23423
|
"type": {
|
23472
|
-
"kind": "
|
23473
|
-
"name":
|
23474
|
-
"ofType":
|
23424
|
+
"kind": "NON_NULL",
|
23425
|
+
"name": null,
|
23426
|
+
"ofType": {
|
23427
|
+
"kind": "SCALAR",
|
23428
|
+
"name": "String",
|
23429
|
+
"ofType": null
|
23430
|
+
}
|
23475
23431
|
},
|
23476
23432
|
"isDeprecated": false,
|
23477
23433
|
"deprecationReason": null
|
23478
23434
|
},
|
23479
23435
|
{
|
23480
|
-
"name": "
|
23436
|
+
"name": "SLOTarget",
|
23481
23437
|
"description": null,
|
23482
23438
|
"args": [],
|
23483
23439
|
"type": {
|
23484
|
-
"kind": "
|
23485
|
-
"name":
|
23486
|
-
"ofType":
|
23440
|
+
"kind": "NON_NULL",
|
23441
|
+
"name": null,
|
23442
|
+
"ofType": {
|
23443
|
+
"kind": "SCALAR",
|
23444
|
+
"name": "Float",
|
23445
|
+
"ofType": null
|
23446
|
+
}
|
23487
23447
|
},
|
23488
23448
|
"isDeprecated": false,
|
23489
23449
|
"deprecationReason": null
|
23490
|
-
}
|
23491
|
-
],
|
23492
|
-
"inputFields": null,
|
23493
|
-
"interfaces": [],
|
23494
|
-
"enumValues": null,
|
23495
|
-
"possibleTypes": null
|
23496
|
-
},
|
23497
|
-
{
|
23498
|
-
"kind": "OBJECT",
|
23499
|
-
"name": "SLOExternalPrometheusAccess_v1",
|
23500
|
-
"description": null,
|
23501
|
-
"fields": [
|
23450
|
+
},
|
23502
23451
|
{
|
23503
|
-
"name": "
|
23452
|
+
"name": "SLOParameters",
|
23453
|
+
"description": null,
|
23454
|
+
"args": [],
|
23455
|
+
"type": {
|
23456
|
+
"kind": "NON_NULL",
|
23457
|
+
"name": null,
|
23458
|
+
"ofType": {
|
23459
|
+
"kind": "OBJECT",
|
23460
|
+
"name": "SLODocumentSLOSLOParameters_v1",
|
23461
|
+
"ofType": null
|
23462
|
+
}
|
23463
|
+
},
|
23464
|
+
"isDeprecated": false,
|
23465
|
+
"deprecationReason": null
|
23466
|
+
},
|
23467
|
+
{
|
23468
|
+
"name": "expr",
|
23504
23469
|
"description": null,
|
23505
23470
|
"args": [],
|
23506
23471
|
"type": {
|
@@ -23516,7 +23481,7 @@
|
|
23516
23481
|
"deprecationReason": null
|
23517
23482
|
},
|
23518
23483
|
{
|
23519
|
-
"name": "
|
23484
|
+
"name": "SLOTargetUnit",
|
23520
23485
|
"description": null,
|
23521
23486
|
"args": [],
|
23522
23487
|
"type": {
|
@@ -23532,7 +23497,7 @@
|
|
23532
23497
|
"deprecationReason": null
|
23533
23498
|
},
|
23534
23499
|
{
|
23535
|
-
"name": "
|
23500
|
+
"name": "prometheusRules",
|
23536
23501
|
"description": null,
|
23537
23502
|
"args": [],
|
23538
23503
|
"type": {
|
@@ -23548,25 +23513,29 @@
|
|
23548
23513
|
"deprecationReason": null
|
23549
23514
|
},
|
23550
23515
|
{
|
23551
|
-
"name": "
|
23516
|
+
"name": "prometheusRulesTests",
|
23552
23517
|
"description": null,
|
23553
23518
|
"args": [],
|
23554
23519
|
"type": {
|
23555
|
-
"kind": "
|
23556
|
-
"name": "
|
23520
|
+
"kind": "SCALAR",
|
23521
|
+
"name": "String",
|
23557
23522
|
"ofType": null
|
23558
23523
|
},
|
23559
23524
|
"isDeprecated": false,
|
23560
23525
|
"deprecationReason": null
|
23561
23526
|
},
|
23562
23527
|
{
|
23563
|
-
"name": "
|
23528
|
+
"name": "dashboard",
|
23564
23529
|
"description": null,
|
23565
23530
|
"args": [],
|
23566
23531
|
"type": {
|
23567
|
-
"kind": "
|
23568
|
-
"name":
|
23569
|
-
"ofType":
|
23532
|
+
"kind": "NON_NULL",
|
23533
|
+
"name": null,
|
23534
|
+
"ofType": {
|
23535
|
+
"kind": "SCALAR",
|
23536
|
+
"name": "String",
|
23537
|
+
"ofType": null
|
23538
|
+
}
|
23570
23539
|
},
|
23571
23540
|
"isDeprecated": false,
|
23572
23541
|
"deprecationReason": null
|
@@ -23579,11 +23548,11 @@
|
|
23579
23548
|
},
|
23580
23549
|
{
|
23581
23550
|
"kind": "OBJECT",
|
23582
|
-
"name": "
|
23551
|
+
"name": "SLODocumentSLOSLOParameters_v1",
|
23583
23552
|
"description": null,
|
23584
23553
|
"fields": [
|
23585
23554
|
{
|
23586
|
-
"name": "
|
23555
|
+
"name": "window",
|
23587
23556
|
"description": null,
|
23588
23557
|
"args": [],
|
23589
23558
|
"type": {
|
@@ -23597,17 +23566,28 @@
|
|
23597
23566
|
},
|
23598
23567
|
"isDeprecated": false,
|
23599
23568
|
"deprecationReason": null
|
23600
|
-
}
|
23569
|
+
}
|
23570
|
+
],
|
23571
|
+
"inputFields": null,
|
23572
|
+
"interfaces": [],
|
23573
|
+
"enumValues": null,
|
23574
|
+
"possibleTypes": null
|
23575
|
+
},
|
23576
|
+
{
|
23577
|
+
"kind": "OBJECT",
|
23578
|
+
"name": "DeployResources_v1",
|
23579
|
+
"description": null,
|
23580
|
+
"fields": [
|
23601
23581
|
{
|
23602
|
-
"name": "
|
23582
|
+
"name": "requests",
|
23603
23583
|
"description": null,
|
23604
23584
|
"args": [],
|
23605
23585
|
"type": {
|
23606
23586
|
"kind": "NON_NULL",
|
23607
23587
|
"name": null,
|
23608
23588
|
"ofType": {
|
23609
|
-
"kind": "
|
23610
|
-
"name": "
|
23589
|
+
"kind": "OBJECT",
|
23590
|
+
"name": "ResourceRequestsRequirements_v1",
|
23611
23591
|
"ofType": null
|
23612
23592
|
}
|
23613
23593
|
},
|
@@ -23615,23 +23595,34 @@
|
|
23615
23595
|
"deprecationReason": null
|
23616
23596
|
},
|
23617
23597
|
{
|
23618
|
-
"name": "
|
23598
|
+
"name": "limits",
|
23619
23599
|
"description": null,
|
23620
23600
|
"args": [],
|
23621
23601
|
"type": {
|
23622
23602
|
"kind": "NON_NULL",
|
23623
23603
|
"name": null,
|
23624
23604
|
"ofType": {
|
23625
|
-
"kind": "
|
23626
|
-
"name": "
|
23605
|
+
"kind": "OBJECT",
|
23606
|
+
"name": "ResourceLimitsRequirements_v1",
|
23627
23607
|
"ofType": null
|
23628
23608
|
}
|
23629
23609
|
},
|
23630
23610
|
"isDeprecated": false,
|
23631
23611
|
"deprecationReason": null
|
23632
|
-
}
|
23612
|
+
}
|
23613
|
+
],
|
23614
|
+
"inputFields": null,
|
23615
|
+
"interfaces": [],
|
23616
|
+
"enumValues": null,
|
23617
|
+
"possibleTypes": null
|
23618
|
+
},
|
23619
|
+
{
|
23620
|
+
"kind": "OBJECT",
|
23621
|
+
"name": "ResourceRequestsRequirements_v1",
|
23622
|
+
"description": null,
|
23623
|
+
"fields": [
|
23633
23624
|
{
|
23634
|
-
"name": "
|
23625
|
+
"name": "cpu",
|
23635
23626
|
"description": null,
|
23636
23627
|
"args": [],
|
23637
23628
|
"type": {
|
@@ -23647,7 +23638,7 @@
|
|
23647
23638
|
"deprecationReason": null
|
23648
23639
|
},
|
23649
23640
|
{
|
23650
|
-
"name": "
|
23641
|
+
"name": "memory",
|
23651
23642
|
"description": null,
|
23652
23643
|
"args": [],
|
23653
23644
|
"type": {
|
@@ -23655,31 +23646,38 @@
|
|
23655
23646
|
"name": null,
|
23656
23647
|
"ofType": {
|
23657
23648
|
"kind": "SCALAR",
|
23658
|
-
"name": "
|
23649
|
+
"name": "String",
|
23659
23650
|
"ofType": null
|
23660
23651
|
}
|
23661
23652
|
},
|
23662
23653
|
"isDeprecated": false,
|
23663
23654
|
"deprecationReason": null
|
23664
|
-
}
|
23655
|
+
}
|
23656
|
+
],
|
23657
|
+
"inputFields": null,
|
23658
|
+
"interfaces": [],
|
23659
|
+
"enumValues": null,
|
23660
|
+
"possibleTypes": null
|
23661
|
+
},
|
23662
|
+
{
|
23663
|
+
"kind": "OBJECT",
|
23664
|
+
"name": "ResourceLimitsRequirements_v1",
|
23665
|
+
"description": null,
|
23666
|
+
"fields": [
|
23665
23667
|
{
|
23666
|
-
"name": "
|
23668
|
+
"name": "cpu",
|
23667
23669
|
"description": null,
|
23668
23670
|
"args": [],
|
23669
23671
|
"type": {
|
23670
|
-
"kind": "
|
23671
|
-
"name":
|
23672
|
-
"ofType":
|
23673
|
-
"kind": "OBJECT",
|
23674
|
-
"name": "SLODocumentSLOSLOParameters_v1",
|
23675
|
-
"ofType": null
|
23676
|
-
}
|
23672
|
+
"kind": "SCALAR",
|
23673
|
+
"name": "String",
|
23674
|
+
"ofType": null
|
23677
23675
|
},
|
23678
23676
|
"isDeprecated": false,
|
23679
23677
|
"deprecationReason": null
|
23680
23678
|
},
|
23681
23679
|
{
|
23682
|
-
"name": "
|
23680
|
+
"name": "memory",
|
23683
23681
|
"description": null,
|
23684
23682
|
"args": [],
|
23685
23683
|
"type": {
|
@@ -23693,9 +23691,20 @@
|
|
23693
23691
|
},
|
23694
23692
|
"isDeprecated": false,
|
23695
23693
|
"deprecationReason": null
|
23696
|
-
}
|
23694
|
+
}
|
23695
|
+
],
|
23696
|
+
"inputFields": null,
|
23697
|
+
"interfaces": [],
|
23698
|
+
"enumValues": null,
|
23699
|
+
"possibleTypes": null
|
23700
|
+
},
|
23701
|
+
{
|
23702
|
+
"kind": "OBJECT",
|
23703
|
+
"name": "SRECheckpoint_v1",
|
23704
|
+
"description": null,
|
23705
|
+
"fields": [
|
23697
23706
|
{
|
23698
|
-
"name": "
|
23707
|
+
"name": "schema",
|
23699
23708
|
"description": null,
|
23700
23709
|
"args": [],
|
23701
23710
|
"type": {
|
@@ -23711,7 +23720,7 @@
|
|
23711
23720
|
"deprecationReason": null
|
23712
23721
|
},
|
23713
23722
|
{
|
23714
|
-
"name": "
|
23723
|
+
"name": "path",
|
23715
23724
|
"description": null,
|
23716
23725
|
"args": [],
|
23717
23726
|
"type": {
|
@@ -23727,19 +23736,35 @@
|
|
23727
23736
|
"deprecationReason": null
|
23728
23737
|
},
|
23729
23738
|
{
|
23730
|
-
"name": "
|
23739
|
+
"name": "labels",
|
23731
23740
|
"description": null,
|
23732
23741
|
"args": [],
|
23733
23742
|
"type": {
|
23734
23743
|
"kind": "SCALAR",
|
23735
|
-
"name": "
|
23744
|
+
"name": "JSON",
|
23736
23745
|
"ofType": null
|
23737
23746
|
},
|
23738
23747
|
"isDeprecated": false,
|
23739
23748
|
"deprecationReason": null
|
23740
23749
|
},
|
23741
23750
|
{
|
23742
|
-
"name": "
|
23751
|
+
"name": "app",
|
23752
|
+
"description": null,
|
23753
|
+
"args": [],
|
23754
|
+
"type": {
|
23755
|
+
"kind": "NON_NULL",
|
23756
|
+
"name": null,
|
23757
|
+
"ofType": {
|
23758
|
+
"kind": "OBJECT",
|
23759
|
+
"name": "App_v1",
|
23760
|
+
"ofType": null
|
23761
|
+
}
|
23762
|
+
},
|
23763
|
+
"isDeprecated": false,
|
23764
|
+
"deprecationReason": null
|
23765
|
+
},
|
23766
|
+
{
|
23767
|
+
"name": "date",
|
23743
23768
|
"description": null,
|
23744
23769
|
"args": [],
|
23745
23770
|
"type": {
|
@@ -23753,20 +23778,9 @@
|
|
23753
23778
|
},
|
23754
23779
|
"isDeprecated": false,
|
23755
23780
|
"deprecationReason": null
|
23756
|
-
}
|
23757
|
-
],
|
23758
|
-
"inputFields": null,
|
23759
|
-
"interfaces": [],
|
23760
|
-
"enumValues": null,
|
23761
|
-
"possibleTypes": null
|
23762
|
-
},
|
23763
|
-
{
|
23764
|
-
"kind": "OBJECT",
|
23765
|
-
"name": "SLODocumentSLOSLOParameters_v1",
|
23766
|
-
"description": null,
|
23767
|
-
"fields": [
|
23781
|
+
},
|
23768
23782
|
{
|
23769
|
-
"name": "
|
23783
|
+
"name": "issue",
|
23770
23784
|
"description": null,
|
23771
23785
|
"args": [],
|
23772
23786
|
"type": {
|
@@ -23783,7 +23797,13 @@
|
|
23783
23797
|
}
|
23784
23798
|
],
|
23785
23799
|
"inputFields": null,
|
23786
|
-
"interfaces": [
|
23800
|
+
"interfaces": [
|
23801
|
+
{
|
23802
|
+
"kind": "INTERFACE",
|
23803
|
+
"name": "DatafileObject_v1",
|
23804
|
+
"ofType": null
|
23805
|
+
}
|
23806
|
+
],
|
23787
23807
|
"enumValues": null,
|
23788
23808
|
"possibleTypes": null
|
23789
23809
|
},
|