qontract-reconcile 0.10.2.dev159__py3-none-any.whl → 0.10.2.dev173__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.dev159.dist-info → qontract_reconcile-0.10.2.dev173.dist-info}/METADATA +2 -2
- {qontract_reconcile-0.10.2.dev159.dist-info → qontract_reconcile-0.10.2.dev173.dist-info}/RECORD +34 -24
- reconcile/acs_rbac.py +1 -0
- reconcile/aws_cloudwatch_log_retention/integration.py +39 -25
- reconcile/cli.py +4 -6
- reconcile/dashdotdb_slo.py +45 -156
- reconcile/gcp_image_mirror.py +252 -0
- reconcile/gitlab_housekeeping.py +1 -1
- reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +158 -0
- reconcile/gql_definitions/common/saas_files.py +49 -0
- reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +15 -67
- reconcile/gql_definitions/fragments/container_image_mirror.py +33 -0
- reconcile/gql_definitions/fragments/saas_slo_document.py +82 -0
- reconcile/gql_definitions/gcp/__init__.py +0 -0
- reconcile/gql_definitions/gcp/gcp_docker_repos.py +128 -0
- reconcile/gql_definitions/gcp/gcp_projects.py +77 -0
- reconcile/gql_definitions/introspection.json +380 -230
- reconcile/quay_mirror.py +3 -42
- reconcile/quay_mirror_org.py +3 -2
- reconcile/slack_base.py +2 -2
- reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +12 -0
- reconcile/utils/dynatrace/client.py +0 -31
- reconcile/utils/quay_mirror.py +42 -0
- reconcile/utils/saasherder/interfaces.py +2 -0
- reconcile/utils/saasherder/saasherder.py +5 -0
- reconcile/utils/slack_api.py +3 -1
- reconcile/utils/slo_document_manager.py +278 -0
- reconcile/utils/terrascript_aws_client.py +57 -0
- tools/{sd_app_sre_alert_report.py → alert_report.py} +1 -1
- tools/cli_commands/erv2.py +61 -0
- tools/qontract_cli.py +15 -5
- reconcile/gcr_mirror.py +0 -278
- {qontract_reconcile-0.10.2.dev159.dist-info → qontract_reconcile-0.10.2.dev173.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev159.dist-info → qontract_reconcile-0.10.2.dev173.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
|
{
|
@@ -15959,6 +15959,26 @@
|
|
15959
15959
|
"isDeprecated": false,
|
15960
15960
|
"deprecationReason": null
|
15961
15961
|
},
|
15962
|
+
{
|
15963
|
+
"name": "artifactRegistryMirrors",
|
15964
|
+
"description": null,
|
15965
|
+
"args": [],
|
15966
|
+
"type": {
|
15967
|
+
"kind": "LIST",
|
15968
|
+
"name": null,
|
15969
|
+
"ofType": {
|
15970
|
+
"kind": "NON_NULL",
|
15971
|
+
"name": null,
|
15972
|
+
"ofType": {
|
15973
|
+
"kind": "OBJECT",
|
15974
|
+
"name": "AppArtifactRegistryMirrors_v1",
|
15975
|
+
"ofType": null
|
15976
|
+
}
|
15977
|
+
}
|
15978
|
+
},
|
15979
|
+
"isDeprecated": false,
|
15980
|
+
"deprecationReason": null
|
15981
|
+
},
|
15962
15982
|
{
|
15963
15983
|
"name": "quayRepos",
|
15964
15984
|
"description": null,
|
@@ -16816,7 +16836,7 @@
|
|
16816
16836
|
"deprecationReason": null
|
16817
16837
|
},
|
16818
16838
|
{
|
16819
|
-
"name": "
|
16839
|
+
"name": "gcrPushCredentials",
|
16820
16840
|
"description": null,
|
16821
16841
|
"args": [],
|
16822
16842
|
"type": {
|
@@ -16826,6 +16846,22 @@
|
|
16826
16846
|
},
|
16827
16847
|
"isDeprecated": false,
|
16828
16848
|
"deprecationReason": null
|
16849
|
+
},
|
16850
|
+
{
|
16851
|
+
"name": "artifactPushCredentials",
|
16852
|
+
"description": null,
|
16853
|
+
"args": [],
|
16854
|
+
"type": {
|
16855
|
+
"kind": "NON_NULL",
|
16856
|
+
"name": null,
|
16857
|
+
"ofType": {
|
16858
|
+
"kind": "OBJECT",
|
16859
|
+
"name": "VaultSecret_v1",
|
16860
|
+
"ofType": null
|
16861
|
+
}
|
16862
|
+
},
|
16863
|
+
"isDeprecated": false,
|
16864
|
+
"deprecationReason": null
|
16829
16865
|
}
|
16830
16866
|
],
|
16831
16867
|
"inputFields": null,
|
@@ -17027,6 +17063,100 @@
|
|
17027
17063
|
"enumValues": null,
|
17028
17064
|
"possibleTypes": null
|
17029
17065
|
},
|
17066
|
+
{
|
17067
|
+
"kind": "OBJECT",
|
17068
|
+
"name": "AppArtifactRegistryMirrors_v1",
|
17069
|
+
"description": null,
|
17070
|
+
"fields": [
|
17071
|
+
{
|
17072
|
+
"name": "project",
|
17073
|
+
"description": null,
|
17074
|
+
"args": [],
|
17075
|
+
"type": {
|
17076
|
+
"kind": "NON_NULL",
|
17077
|
+
"name": null,
|
17078
|
+
"ofType": {
|
17079
|
+
"kind": "OBJECT",
|
17080
|
+
"name": "GcpProject_v1",
|
17081
|
+
"ofType": null
|
17082
|
+
}
|
17083
|
+
},
|
17084
|
+
"isDeprecated": false,
|
17085
|
+
"deprecationReason": null
|
17086
|
+
},
|
17087
|
+
{
|
17088
|
+
"name": "items",
|
17089
|
+
"description": null,
|
17090
|
+
"args": [],
|
17091
|
+
"type": {
|
17092
|
+
"kind": "NON_NULL",
|
17093
|
+
"name": null,
|
17094
|
+
"ofType": {
|
17095
|
+
"kind": "LIST",
|
17096
|
+
"name": null,
|
17097
|
+
"ofType": {
|
17098
|
+
"kind": "NON_NULL",
|
17099
|
+
"name": null,
|
17100
|
+
"ofType": {
|
17101
|
+
"kind": "OBJECT",
|
17102
|
+
"name": "AppArtifactRegistryMirrorsItems_v1",
|
17103
|
+
"ofType": null
|
17104
|
+
}
|
17105
|
+
}
|
17106
|
+
}
|
17107
|
+
},
|
17108
|
+
"isDeprecated": false,
|
17109
|
+
"deprecationReason": null
|
17110
|
+
}
|
17111
|
+
],
|
17112
|
+
"inputFields": null,
|
17113
|
+
"interfaces": [],
|
17114
|
+
"enumValues": null,
|
17115
|
+
"possibleTypes": null
|
17116
|
+
},
|
17117
|
+
{
|
17118
|
+
"kind": "OBJECT",
|
17119
|
+
"name": "AppArtifactRegistryMirrorsItems_v1",
|
17120
|
+
"description": null,
|
17121
|
+
"fields": [
|
17122
|
+
{
|
17123
|
+
"name": "imageURL",
|
17124
|
+
"description": null,
|
17125
|
+
"args": [],
|
17126
|
+
"type": {
|
17127
|
+
"kind": "NON_NULL",
|
17128
|
+
"name": null,
|
17129
|
+
"ofType": {
|
17130
|
+
"kind": "SCALAR",
|
17131
|
+
"name": "String",
|
17132
|
+
"ofType": null
|
17133
|
+
}
|
17134
|
+
},
|
17135
|
+
"isDeprecated": false,
|
17136
|
+
"deprecationReason": null
|
17137
|
+
},
|
17138
|
+
{
|
17139
|
+
"name": "mirror",
|
17140
|
+
"description": null,
|
17141
|
+
"args": [],
|
17142
|
+
"type": {
|
17143
|
+
"kind": "NON_NULL",
|
17144
|
+
"name": null,
|
17145
|
+
"ofType": {
|
17146
|
+
"kind": "OBJECT",
|
17147
|
+
"name": "ContainerImageMirror_v1",
|
17148
|
+
"ofType": null
|
17149
|
+
}
|
17150
|
+
},
|
17151
|
+
"isDeprecated": false,
|
17152
|
+
"deprecationReason": null
|
17153
|
+
}
|
17154
|
+
],
|
17155
|
+
"inputFields": null,
|
17156
|
+
"interfaces": [],
|
17157
|
+
"enumValues": null,
|
17158
|
+
"possibleTypes": null
|
17159
|
+
},
|
17030
17160
|
{
|
17031
17161
|
"kind": "OBJECT",
|
17032
17162
|
"name": "AppQuayRepos_v1",
|
@@ -22517,6 +22647,26 @@
|
|
22517
22647
|
"isDeprecated": false,
|
22518
22648
|
"deprecationReason": null
|
22519
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
|
+
},
|
22520
22670
|
{
|
22521
22671
|
"name": "disable",
|
22522
22672
|
"description": null,
|
@@ -22912,19 +23062,19 @@
|
|
22912
23062
|
},
|
22913
23063
|
{
|
22914
23064
|
"kind": "OBJECT",
|
22915
|
-
"name": "
|
23065
|
+
"name": "SLODocument_v1",
|
22916
23066
|
"description": null,
|
22917
23067
|
"fields": [
|
22918
23068
|
{
|
22919
|
-
"name": "
|
23069
|
+
"name": "schema",
|
22920
23070
|
"description": null,
|
22921
23071
|
"args": [],
|
22922
23072
|
"type": {
|
22923
23073
|
"kind": "NON_NULL",
|
22924
23074
|
"name": null,
|
22925
23075
|
"ofType": {
|
22926
|
-
"kind": "
|
22927
|
-
"name": "
|
23076
|
+
"kind": "SCALAR",
|
23077
|
+
"name": "String",
|
22928
23078
|
"ofType": null
|
22929
23079
|
}
|
22930
23080
|
},
|
@@ -22932,34 +23082,35 @@
|
|
22932
23082
|
"deprecationReason": null
|
22933
23083
|
},
|
22934
23084
|
{
|
22935
|
-
"name": "
|
23085
|
+
"name": "path",
|
22936
23086
|
"description": null,
|
22937
23087
|
"args": [],
|
22938
23088
|
"type": {
|
22939
23089
|
"kind": "NON_NULL",
|
22940
23090
|
"name": null,
|
22941
23091
|
"ofType": {
|
22942
|
-
"kind": "
|
22943
|
-
"name": "
|
23092
|
+
"kind": "SCALAR",
|
23093
|
+
"name": "String",
|
22944
23094
|
"ofType": null
|
22945
23095
|
}
|
22946
23096
|
},
|
22947
23097
|
"isDeprecated": false,
|
22948
23098
|
"deprecationReason": null
|
22949
|
-
}
|
22950
|
-
],
|
22951
|
-
"inputFields": null,
|
22952
|
-
"interfaces": [],
|
22953
|
-
"enumValues": null,
|
22954
|
-
"possibleTypes": null
|
22955
|
-
},
|
22956
|
-
{
|
22957
|
-
"kind": "OBJECT",
|
22958
|
-
"name": "ResourceRequestsRequirements_v1",
|
22959
|
-
"description": null,
|
22960
|
-
"fields": [
|
23099
|
+
},
|
22961
23100
|
{
|
22962
|
-
"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",
|
22963
23114
|
"description": null,
|
22964
23115
|
"args": [],
|
22965
23116
|
"type": {
|
@@ -22975,55 +23126,60 @@
|
|
22975
23126
|
"deprecationReason": null
|
22976
23127
|
},
|
22977
23128
|
{
|
22978
|
-
"name": "
|
23129
|
+
"name": "app",
|
22979
23130
|
"description": null,
|
22980
23131
|
"args": [],
|
22981
23132
|
"type": {
|
22982
23133
|
"kind": "NON_NULL",
|
22983
23134
|
"name": null,
|
22984
23135
|
"ofType": {
|
22985
|
-
"kind": "
|
22986
|
-
"name": "
|
23136
|
+
"kind": "OBJECT",
|
23137
|
+
"name": "App_v1",
|
22987
23138
|
"ofType": null
|
22988
23139
|
}
|
22989
23140
|
},
|
22990
23141
|
"isDeprecated": false,
|
22991
23142
|
"deprecationReason": null
|
22992
|
-
}
|
22993
|
-
],
|
22994
|
-
"inputFields": null,
|
22995
|
-
"interfaces": [],
|
22996
|
-
"enumValues": null,
|
22997
|
-
"possibleTypes": null
|
22998
|
-
},
|
22999
|
-
{
|
23000
|
-
"kind": "OBJECT",
|
23001
|
-
"name": "ResourceLimitsRequirements_v1",
|
23002
|
-
"description": null,
|
23003
|
-
"fields": [
|
23143
|
+
},
|
23004
23144
|
{
|
23005
|
-
"name": "
|
23145
|
+
"name": "namespaces",
|
23006
23146
|
"description": null,
|
23007
23147
|
"args": [],
|
23008
23148
|
"type": {
|
23009
|
-
"kind": "
|
23010
|
-
"name":
|
23011
|
-
"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
|
+
}
|
23012
23164
|
},
|
23013
23165
|
"isDeprecated": false,
|
23014
23166
|
"deprecationReason": null
|
23015
23167
|
},
|
23016
23168
|
{
|
23017
|
-
"name": "
|
23169
|
+
"name": "slos",
|
23018
23170
|
"description": null,
|
23019
23171
|
"args": [],
|
23020
23172
|
"type": {
|
23021
|
-
"kind": "
|
23173
|
+
"kind": "LIST",
|
23022
23174
|
"name": null,
|
23023
23175
|
"ofType": {
|
23024
|
-
"kind": "
|
23025
|
-
"name":
|
23026
|
-
"ofType":
|
23176
|
+
"kind": "NON_NULL",
|
23177
|
+
"name": null,
|
23178
|
+
"ofType": {
|
23179
|
+
"kind": "OBJECT",
|
23180
|
+
"name": "SLODocumentSLO_v1",
|
23181
|
+
"ofType": null
|
23182
|
+
}
|
23027
23183
|
}
|
23028
23184
|
},
|
23029
23185
|
"isDeprecated": false,
|
@@ -23031,13 +23187,19 @@
|
|
23031
23187
|
}
|
23032
23188
|
],
|
23033
23189
|
"inputFields": null,
|
23034
|
-
"interfaces": [
|
23190
|
+
"interfaces": [
|
23191
|
+
{
|
23192
|
+
"kind": "INTERFACE",
|
23193
|
+
"name": "DatafileObject_v1",
|
23194
|
+
"ofType": null
|
23195
|
+
}
|
23196
|
+
],
|
23035
23197
|
"enumValues": null,
|
23036
23198
|
"possibleTypes": null
|
23037
23199
|
},
|
23038
23200
|
{
|
23039
23201
|
"kind": "OBJECT",
|
23040
|
-
"name": "
|
23202
|
+
"name": "SLONamespaces_v1",
|
23041
23203
|
"description": null,
|
23042
23204
|
"fields": [
|
23043
23205
|
{
|
@@ -23073,19 +23235,7 @@
|
|
23073
23235
|
"deprecationReason": null
|
23074
23236
|
},
|
23075
23237
|
{
|
23076
|
-
"name": "
|
23077
|
-
"description": null,
|
23078
|
-
"args": [],
|
23079
|
-
"type": {
|
23080
|
-
"kind": "SCALAR",
|
23081
|
-
"name": "JSON",
|
23082
|
-
"ofType": null
|
23083
|
-
},
|
23084
|
-
"isDeprecated": false,
|
23085
|
-
"deprecationReason": null
|
23086
|
-
},
|
23087
|
-
{
|
23088
|
-
"name": "app",
|
23238
|
+
"name": "namespace",
|
23089
23239
|
"description": null,
|
23090
23240
|
"args": [],
|
23091
23241
|
"type": {
|
@@ -23093,7 +23243,7 @@
|
|
23093
23243
|
"name": null,
|
23094
23244
|
"ofType": {
|
23095
23245
|
"kind": "OBJECT",
|
23096
|
-
"name": "
|
23246
|
+
"name": "Namespace_v1",
|
23097
23247
|
"ofType": null
|
23098
23248
|
}
|
23099
23249
|
},
|
@@ -23101,52 +23251,38 @@
|
|
23101
23251
|
"deprecationReason": null
|
23102
23252
|
},
|
23103
23253
|
{
|
23104
|
-
"name": "
|
23254
|
+
"name": "SLONamespace",
|
23105
23255
|
"description": null,
|
23106
23256
|
"args": [],
|
23107
23257
|
"type": {
|
23108
|
-
"kind": "
|
23109
|
-
"name":
|
23110
|
-
"ofType":
|
23111
|
-
"kind": "SCALAR",
|
23112
|
-
"name": "String",
|
23113
|
-
"ofType": null
|
23114
|
-
}
|
23258
|
+
"kind": "OBJECT",
|
23259
|
+
"name": "Namespace_v1",
|
23260
|
+
"ofType": null
|
23115
23261
|
},
|
23116
23262
|
"isDeprecated": false,
|
23117
23263
|
"deprecationReason": null
|
23118
23264
|
},
|
23119
23265
|
{
|
23120
|
-
"name": "
|
23266
|
+
"name": "prometheusAccess",
|
23121
23267
|
"description": null,
|
23122
23268
|
"args": [],
|
23123
23269
|
"type": {
|
23124
|
-
"kind": "
|
23125
|
-
"name":
|
23126
|
-
"ofType":
|
23127
|
-
"kind": "SCALAR",
|
23128
|
-
"name": "String",
|
23129
|
-
"ofType": null
|
23130
|
-
}
|
23270
|
+
"kind": "OBJECT",
|
23271
|
+
"name": "SLOExternalPrometheusAccess_v1",
|
23272
|
+
"ofType": null
|
23131
23273
|
},
|
23132
23274
|
"isDeprecated": false,
|
23133
23275
|
"deprecationReason": null
|
23134
23276
|
}
|
23135
23277
|
],
|
23136
23278
|
"inputFields": null,
|
23137
|
-
"interfaces": [
|
23138
|
-
{
|
23139
|
-
"kind": "INTERFACE",
|
23140
|
-
"name": "DatafileObject_v1",
|
23141
|
-
"ofType": null
|
23142
|
-
}
|
23143
|
-
],
|
23279
|
+
"interfaces": [],
|
23144
23280
|
"enumValues": null,
|
23145
23281
|
"possibleTypes": null
|
23146
23282
|
},
|
23147
23283
|
{
|
23148
23284
|
"kind": "OBJECT",
|
23149
|
-
"name": "
|
23285
|
+
"name": "SLOExternalPrometheusAccess_v1",
|
23150
23286
|
"description": null,
|
23151
23287
|
"fields": [
|
23152
23288
|
{
|
@@ -23182,19 +23318,7 @@
|
|
23182
23318
|
"deprecationReason": null
|
23183
23319
|
},
|
23184
23320
|
{
|
23185
|
-
"name": "
|
23186
|
-
"description": null,
|
23187
|
-
"args": [],
|
23188
|
-
"type": {
|
23189
|
-
"kind": "SCALAR",
|
23190
|
-
"name": "JSON",
|
23191
|
-
"ofType": null
|
23192
|
-
},
|
23193
|
-
"isDeprecated": false,
|
23194
|
-
"deprecationReason": null
|
23195
|
-
},
|
23196
|
-
{
|
23197
|
-
"name": "name",
|
23321
|
+
"name": "url",
|
23198
23322
|
"description": null,
|
23199
23323
|
"args": [],
|
23200
23324
|
"type": {
|
@@ -23210,84 +23334,42 @@
|
|
23210
23334
|
"deprecationReason": null
|
23211
23335
|
},
|
23212
23336
|
{
|
23213
|
-
"name": "
|
23214
|
-
"description": null,
|
23215
|
-
"args": [],
|
23216
|
-
"type": {
|
23217
|
-
"kind": "NON_NULL",
|
23218
|
-
"name": null,
|
23219
|
-
"ofType": {
|
23220
|
-
"kind": "OBJECT",
|
23221
|
-
"name": "App_v1",
|
23222
|
-
"ofType": null
|
23223
|
-
}
|
23224
|
-
},
|
23225
|
-
"isDeprecated": false,
|
23226
|
-
"deprecationReason": null
|
23227
|
-
},
|
23228
|
-
{
|
23229
|
-
"name": "namespaces",
|
23337
|
+
"name": "username",
|
23230
23338
|
"description": null,
|
23231
23339
|
"args": [],
|
23232
23340
|
"type": {
|
23233
|
-
"kind": "
|
23234
|
-
"name":
|
23235
|
-
"ofType":
|
23236
|
-
"kind": "LIST",
|
23237
|
-
"name": null,
|
23238
|
-
"ofType": {
|
23239
|
-
"kind": "NON_NULL",
|
23240
|
-
"name": null,
|
23241
|
-
"ofType": {
|
23242
|
-
"kind": "OBJECT",
|
23243
|
-
"name": "SLONamespaces_v1",
|
23244
|
-
"ofType": null
|
23245
|
-
}
|
23246
|
-
}
|
23247
|
-
}
|
23341
|
+
"kind": "OBJECT",
|
23342
|
+
"name": "VaultSecret_v1",
|
23343
|
+
"ofType": null
|
23248
23344
|
},
|
23249
23345
|
"isDeprecated": false,
|
23250
23346
|
"deprecationReason": null
|
23251
23347
|
},
|
23252
23348
|
{
|
23253
|
-
"name": "
|
23349
|
+
"name": "password",
|
23254
23350
|
"description": null,
|
23255
23351
|
"args": [],
|
23256
23352
|
"type": {
|
23257
|
-
"kind": "
|
23258
|
-
"name":
|
23259
|
-
"ofType":
|
23260
|
-
"kind": "NON_NULL",
|
23261
|
-
"name": null,
|
23262
|
-
"ofType": {
|
23263
|
-
"kind": "OBJECT",
|
23264
|
-
"name": "SLODocumentSLO_v1",
|
23265
|
-
"ofType": null
|
23266
|
-
}
|
23267
|
-
}
|
23353
|
+
"kind": "OBJECT",
|
23354
|
+
"name": "VaultSecret_v1",
|
23355
|
+
"ofType": null
|
23268
23356
|
},
|
23269
23357
|
"isDeprecated": false,
|
23270
23358
|
"deprecationReason": null
|
23271
23359
|
}
|
23272
23360
|
],
|
23273
23361
|
"inputFields": null,
|
23274
|
-
"interfaces": [
|
23275
|
-
{
|
23276
|
-
"kind": "INTERFACE",
|
23277
|
-
"name": "DatafileObject_v1",
|
23278
|
-
"ofType": null
|
23279
|
-
}
|
23280
|
-
],
|
23362
|
+
"interfaces": [],
|
23281
23363
|
"enumValues": null,
|
23282
23364
|
"possibleTypes": null
|
23283
23365
|
},
|
23284
23366
|
{
|
23285
23367
|
"kind": "OBJECT",
|
23286
|
-
"name": "
|
23368
|
+
"name": "SLODocumentSLO_v1",
|
23287
23369
|
"description": null,
|
23288
23370
|
"fields": [
|
23289
23371
|
{
|
23290
|
-
"name": "
|
23372
|
+
"name": "name",
|
23291
23373
|
"description": null,
|
23292
23374
|
"args": [],
|
23293
23375
|
"type": {
|
@@ -23303,7 +23385,7 @@
|
|
23303
23385
|
"deprecationReason": null
|
23304
23386
|
},
|
23305
23387
|
{
|
23306
|
-
"name": "
|
23388
|
+
"name": "SLIType",
|
23307
23389
|
"description": null,
|
23308
23390
|
"args": [],
|
23309
23391
|
"type": {
|
@@ -23319,15 +23401,15 @@
|
|
23319
23401
|
"deprecationReason": null
|
23320
23402
|
},
|
23321
23403
|
{
|
23322
|
-
"name": "
|
23404
|
+
"name": "SLISpecification",
|
23323
23405
|
"description": null,
|
23324
23406
|
"args": [],
|
23325
23407
|
"type": {
|
23326
23408
|
"kind": "NON_NULL",
|
23327
23409
|
"name": null,
|
23328
23410
|
"ofType": {
|
23329
|
-
"kind": "
|
23330
|
-
"name": "
|
23411
|
+
"kind": "SCALAR",
|
23412
|
+
"name": "String",
|
23331
23413
|
"ofType": null
|
23332
23414
|
}
|
23333
23415
|
},
|
@@ -23335,42 +23417,55 @@
|
|
23335
23417
|
"deprecationReason": null
|
23336
23418
|
},
|
23337
23419
|
{
|
23338
|
-
"name": "
|
23420
|
+
"name": "SLODetails",
|
23339
23421
|
"description": null,
|
23340
23422
|
"args": [],
|
23341
23423
|
"type": {
|
23342
|
-
"kind": "
|
23343
|
-
"name":
|
23344
|
-
"ofType":
|
23424
|
+
"kind": "NON_NULL",
|
23425
|
+
"name": null,
|
23426
|
+
"ofType": {
|
23427
|
+
"kind": "SCALAR",
|
23428
|
+
"name": "String",
|
23429
|
+
"ofType": null
|
23430
|
+
}
|
23345
23431
|
},
|
23346
23432
|
"isDeprecated": false,
|
23347
23433
|
"deprecationReason": null
|
23348
23434
|
},
|
23349
23435
|
{
|
23350
|
-
"name": "
|
23436
|
+
"name": "SLOTarget",
|
23351
23437
|
"description": null,
|
23352
23438
|
"args": [],
|
23353
23439
|
"type": {
|
23354
|
-
"kind": "
|
23355
|
-
"name":
|
23356
|
-
"ofType":
|
23440
|
+
"kind": "NON_NULL",
|
23441
|
+
"name": null,
|
23442
|
+
"ofType": {
|
23443
|
+
"kind": "SCALAR",
|
23444
|
+
"name": "Float",
|
23445
|
+
"ofType": null
|
23446
|
+
}
|
23357
23447
|
},
|
23358
23448
|
"isDeprecated": false,
|
23359
23449
|
"deprecationReason": null
|
23360
|
-
}
|
23361
|
-
],
|
23362
|
-
"inputFields": null,
|
23363
|
-
"interfaces": [],
|
23364
|
-
"enumValues": null,
|
23365
|
-
"possibleTypes": null
|
23366
|
-
},
|
23367
|
-
{
|
23368
|
-
"kind": "OBJECT",
|
23369
|
-
"name": "SLOExternalPrometheusAccess_v1",
|
23370
|
-
"description": null,
|
23371
|
-
"fields": [
|
23450
|
+
},
|
23372
23451
|
{
|
23373
|
-
"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",
|
23374
23469
|
"description": null,
|
23375
23470
|
"args": [],
|
23376
23471
|
"type": {
|
@@ -23386,7 +23481,7 @@
|
|
23386
23481
|
"deprecationReason": null
|
23387
23482
|
},
|
23388
23483
|
{
|
23389
|
-
"name": "
|
23484
|
+
"name": "SLOTargetUnit",
|
23390
23485
|
"description": null,
|
23391
23486
|
"args": [],
|
23392
23487
|
"type": {
|
@@ -23402,7 +23497,7 @@
|
|
23402
23497
|
"deprecationReason": null
|
23403
23498
|
},
|
23404
23499
|
{
|
23405
|
-
"name": "
|
23500
|
+
"name": "prometheusRules",
|
23406
23501
|
"description": null,
|
23407
23502
|
"args": [],
|
23408
23503
|
"type": {
|
@@ -23418,25 +23513,29 @@
|
|
23418
23513
|
"deprecationReason": null
|
23419
23514
|
},
|
23420
23515
|
{
|
23421
|
-
"name": "
|
23516
|
+
"name": "prometheusRulesTests",
|
23422
23517
|
"description": null,
|
23423
23518
|
"args": [],
|
23424
23519
|
"type": {
|
23425
|
-
"kind": "
|
23426
|
-
"name": "
|
23520
|
+
"kind": "SCALAR",
|
23521
|
+
"name": "String",
|
23427
23522
|
"ofType": null
|
23428
23523
|
},
|
23429
23524
|
"isDeprecated": false,
|
23430
23525
|
"deprecationReason": null
|
23431
23526
|
},
|
23432
23527
|
{
|
23433
|
-
"name": "
|
23528
|
+
"name": "dashboard",
|
23434
23529
|
"description": null,
|
23435
23530
|
"args": [],
|
23436
23531
|
"type": {
|
23437
|
-
"kind": "
|
23438
|
-
"name":
|
23439
|
-
"ofType":
|
23532
|
+
"kind": "NON_NULL",
|
23533
|
+
"name": null,
|
23534
|
+
"ofType": {
|
23535
|
+
"kind": "SCALAR",
|
23536
|
+
"name": "String",
|
23537
|
+
"ofType": null
|
23538
|
+
}
|
23440
23539
|
},
|
23441
23540
|
"isDeprecated": false,
|
23442
23541
|
"deprecationReason": null
|
@@ -23449,11 +23548,11 @@
|
|
23449
23548
|
},
|
23450
23549
|
{
|
23451
23550
|
"kind": "OBJECT",
|
23452
|
-
"name": "
|
23551
|
+
"name": "SLODocumentSLOSLOParameters_v1",
|
23453
23552
|
"description": null,
|
23454
23553
|
"fields": [
|
23455
23554
|
{
|
23456
|
-
"name": "
|
23555
|
+
"name": "window",
|
23457
23556
|
"description": null,
|
23458
23557
|
"args": [],
|
23459
23558
|
"type": {
|
@@ -23467,17 +23566,28 @@
|
|
23467
23566
|
},
|
23468
23567
|
"isDeprecated": false,
|
23469
23568
|
"deprecationReason": null
|
23470
|
-
}
|
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": [
|
23471
23581
|
{
|
23472
|
-
"name": "
|
23582
|
+
"name": "requests",
|
23473
23583
|
"description": null,
|
23474
23584
|
"args": [],
|
23475
23585
|
"type": {
|
23476
23586
|
"kind": "NON_NULL",
|
23477
23587
|
"name": null,
|
23478
23588
|
"ofType": {
|
23479
|
-
"kind": "
|
23480
|
-
"name": "
|
23589
|
+
"kind": "OBJECT",
|
23590
|
+
"name": "ResourceRequestsRequirements_v1",
|
23481
23591
|
"ofType": null
|
23482
23592
|
}
|
23483
23593
|
},
|
@@ -23485,23 +23595,34 @@
|
|
23485
23595
|
"deprecationReason": null
|
23486
23596
|
},
|
23487
23597
|
{
|
23488
|
-
"name": "
|
23598
|
+
"name": "limits",
|
23489
23599
|
"description": null,
|
23490
23600
|
"args": [],
|
23491
23601
|
"type": {
|
23492
23602
|
"kind": "NON_NULL",
|
23493
23603
|
"name": null,
|
23494
23604
|
"ofType": {
|
23495
|
-
"kind": "
|
23496
|
-
"name": "
|
23605
|
+
"kind": "OBJECT",
|
23606
|
+
"name": "ResourceLimitsRequirements_v1",
|
23497
23607
|
"ofType": null
|
23498
23608
|
}
|
23499
23609
|
},
|
23500
23610
|
"isDeprecated": false,
|
23501
23611
|
"deprecationReason": null
|
23502
|
-
}
|
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": [
|
23503
23624
|
{
|
23504
|
-
"name": "
|
23625
|
+
"name": "cpu",
|
23505
23626
|
"description": null,
|
23506
23627
|
"args": [],
|
23507
23628
|
"type": {
|
@@ -23517,7 +23638,7 @@
|
|
23517
23638
|
"deprecationReason": null
|
23518
23639
|
},
|
23519
23640
|
{
|
23520
|
-
"name": "
|
23641
|
+
"name": "memory",
|
23521
23642
|
"description": null,
|
23522
23643
|
"args": [],
|
23523
23644
|
"type": {
|
@@ -23525,31 +23646,38 @@
|
|
23525
23646
|
"name": null,
|
23526
23647
|
"ofType": {
|
23527
23648
|
"kind": "SCALAR",
|
23528
|
-
"name": "
|
23649
|
+
"name": "String",
|
23529
23650
|
"ofType": null
|
23530
23651
|
}
|
23531
23652
|
},
|
23532
23653
|
"isDeprecated": false,
|
23533
23654
|
"deprecationReason": null
|
23534
|
-
}
|
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": [
|
23535
23667
|
{
|
23536
|
-
"name": "
|
23668
|
+
"name": "cpu",
|
23537
23669
|
"description": null,
|
23538
23670
|
"args": [],
|
23539
23671
|
"type": {
|
23540
|
-
"kind": "
|
23541
|
-
"name":
|
23542
|
-
"ofType":
|
23543
|
-
"kind": "OBJECT",
|
23544
|
-
"name": "SLODocumentSLOSLOParameters_v1",
|
23545
|
-
"ofType": null
|
23546
|
-
}
|
23672
|
+
"kind": "SCALAR",
|
23673
|
+
"name": "String",
|
23674
|
+
"ofType": null
|
23547
23675
|
},
|
23548
23676
|
"isDeprecated": false,
|
23549
23677
|
"deprecationReason": null
|
23550
23678
|
},
|
23551
23679
|
{
|
23552
|
-
"name": "
|
23680
|
+
"name": "memory",
|
23553
23681
|
"description": null,
|
23554
23682
|
"args": [],
|
23555
23683
|
"type": {
|
@@ -23563,9 +23691,20 @@
|
|
23563
23691
|
},
|
23564
23692
|
"isDeprecated": false,
|
23565
23693
|
"deprecationReason": null
|
23566
|
-
}
|
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": [
|
23567
23706
|
{
|
23568
|
-
"name": "
|
23707
|
+
"name": "schema",
|
23569
23708
|
"description": null,
|
23570
23709
|
"args": [],
|
23571
23710
|
"type": {
|
@@ -23581,7 +23720,7 @@
|
|
23581
23720
|
"deprecationReason": null
|
23582
23721
|
},
|
23583
23722
|
{
|
23584
|
-
"name": "
|
23723
|
+
"name": "path",
|
23585
23724
|
"description": null,
|
23586
23725
|
"args": [],
|
23587
23726
|
"type": {
|
@@ -23597,19 +23736,35 @@
|
|
23597
23736
|
"deprecationReason": null
|
23598
23737
|
},
|
23599
23738
|
{
|
23600
|
-
"name": "
|
23739
|
+
"name": "labels",
|
23601
23740
|
"description": null,
|
23602
23741
|
"args": [],
|
23603
23742
|
"type": {
|
23604
23743
|
"kind": "SCALAR",
|
23605
|
-
"name": "
|
23744
|
+
"name": "JSON",
|
23606
23745
|
"ofType": null
|
23607
23746
|
},
|
23608
23747
|
"isDeprecated": false,
|
23609
23748
|
"deprecationReason": null
|
23610
23749
|
},
|
23611
23750
|
{
|
23612
|
-
"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",
|
23613
23768
|
"description": null,
|
23614
23769
|
"args": [],
|
23615
23770
|
"type": {
|
@@ -23623,20 +23778,9 @@
|
|
23623
23778
|
},
|
23624
23779
|
"isDeprecated": false,
|
23625
23780
|
"deprecationReason": null
|
23626
|
-
}
|
23627
|
-
],
|
23628
|
-
"inputFields": null,
|
23629
|
-
"interfaces": [],
|
23630
|
-
"enumValues": null,
|
23631
|
-
"possibleTypes": null
|
23632
|
-
},
|
23633
|
-
{
|
23634
|
-
"kind": "OBJECT",
|
23635
|
-
"name": "SLODocumentSLOSLOParameters_v1",
|
23636
|
-
"description": null,
|
23637
|
-
"fields": [
|
23781
|
+
},
|
23638
23782
|
{
|
23639
|
-
"name": "
|
23783
|
+
"name": "issue",
|
23640
23784
|
"description": null,
|
23641
23785
|
"args": [],
|
23642
23786
|
"type": {
|
@@ -23653,7 +23797,13 @@
|
|
23653
23797
|
}
|
23654
23798
|
],
|
23655
23799
|
"inputFields": null,
|
23656
|
-
"interfaces": [
|
23800
|
+
"interfaces": [
|
23801
|
+
{
|
23802
|
+
"kind": "INTERFACE",
|
23803
|
+
"name": "DatafileObject_v1",
|
23804
|
+
"ofType": null
|
23805
|
+
}
|
23806
|
+
],
|
23657
23807
|
"enumValues": null,
|
23658
23808
|
"possibleTypes": null
|
23659
23809
|
},
|