qontract-reconcile 0.10.2.dev109__py3-none-any.whl → 0.10.2.dev111__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.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/RECORD +12 -7
- reconcile/automated_actions/__init__.py +0 -0
- reconcile/automated_actions/config/__init__.py +0 -0
- reconcile/automated_actions/config/integration.py +300 -0
- reconcile/cli.py +23 -0
- reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- reconcile/gql_definitions/automated_actions/instance.py +204 -0
- reconcile/gql_definitions/introspection.json +838 -137
- reconcile/utils/promtool.py +1 -1
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev109.dist-info → qontract_reconcile-0.10.2.dev111.dist-info}/entry_points.txt +0 -0
@@ -135,6 +135,47 @@
|
|
135
135
|
"isDeprecated": false,
|
136
136
|
"deprecationReason": null
|
137
137
|
},
|
138
|
+
{
|
139
|
+
"name": "automated_actions_instances_v1",
|
140
|
+
"description": null,
|
141
|
+
"args": [
|
142
|
+
{
|
143
|
+
"name": "path",
|
144
|
+
"description": null,
|
145
|
+
"type": {
|
146
|
+
"kind": "SCALAR",
|
147
|
+
"name": "String",
|
148
|
+
"ofType": null
|
149
|
+
},
|
150
|
+
"defaultValue": null
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"name": "filter",
|
154
|
+
"description": null,
|
155
|
+
"type": {
|
156
|
+
"kind": "SCALAR",
|
157
|
+
"name": "JSON",
|
158
|
+
"ofType": null
|
159
|
+
},
|
160
|
+
"defaultValue": null
|
161
|
+
}
|
162
|
+
],
|
163
|
+
"type": {
|
164
|
+
"kind": "LIST",
|
165
|
+
"name": null,
|
166
|
+
"ofType": {
|
167
|
+
"kind": "NON_NULL",
|
168
|
+
"name": null,
|
169
|
+
"ofType": {
|
170
|
+
"kind": "OBJECT",
|
171
|
+
"name": "AutomatedActionsInstance_v1",
|
172
|
+
"ofType": null
|
173
|
+
}
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"isDeprecated": false,
|
177
|
+
"deprecationReason": null
|
178
|
+
},
|
138
179
|
{
|
139
180
|
"name": "credentials_requests_v1",
|
140
181
|
"description": null,
|
@@ -5514,6 +5555,21 @@
|
|
5514
5555
|
"name": "SkupperNetwork_v1",
|
5515
5556
|
"ofType": null
|
5516
5557
|
},
|
5558
|
+
{
|
5559
|
+
"kind": "OBJECT",
|
5560
|
+
"name": "AutomatedActionsInstance_v1",
|
5561
|
+
"ofType": null
|
5562
|
+
},
|
5563
|
+
{
|
5564
|
+
"kind": "OBJECT",
|
5565
|
+
"name": "PermissionAutomatedActions_v1",
|
5566
|
+
"ofType": null
|
5567
|
+
},
|
5568
|
+
{
|
5569
|
+
"kind": "OBJECT",
|
5570
|
+
"name": "AutomatedAction_v1",
|
5571
|
+
"ofType": null
|
5572
|
+
},
|
5517
5573
|
{
|
5518
5574
|
"kind": "OBJECT",
|
5519
5575
|
"name": "AWSVPC_v1",
|
@@ -5658,6 +5714,11 @@
|
|
5658
5714
|
"kind": "OBJECT",
|
5659
5715
|
"name": "PermissionGitlabGroupMembership_v1",
|
5660
5716
|
"ofType": null
|
5717
|
+
},
|
5718
|
+
{
|
5719
|
+
"kind": "OBJECT",
|
5720
|
+
"name": "AutomatedActionArgumentOpenshift_v1",
|
5721
|
+
"ofType": null
|
5661
5722
|
}
|
5662
5723
|
]
|
5663
5724
|
},
|
@@ -11581,6 +11642,11 @@
|
|
11581
11642
|
"name": "PermissionSlackUsergroup_v1",
|
11582
11643
|
"ofType": null
|
11583
11644
|
},
|
11645
|
+
{
|
11646
|
+
"kind": "OBJECT",
|
11647
|
+
"name": "PermissionAutomatedActions_v1",
|
11648
|
+
"ofType": null
|
11649
|
+
},
|
11584
11650
|
{
|
11585
11651
|
"kind": "OBJECT",
|
11586
11652
|
"name": "PermissionGithubOrgTeam_v1",
|
@@ -26466,7 +26532,7 @@
|
|
26466
26532
|
},
|
26467
26533
|
{
|
26468
26534
|
"kind": "OBJECT",
|
26469
|
-
"name": "
|
26535
|
+
"name": "AutomatedActionsInstance_v1",
|
26470
26536
|
"description": null,
|
26471
26537
|
"fields": [
|
26472
26538
|
{
|
@@ -26530,15 +26596,27 @@
|
|
26530
26596
|
"deprecationReason": null
|
26531
26597
|
},
|
26532
26598
|
{
|
26533
|
-
"name": "
|
26599
|
+
"name": "description",
|
26600
|
+
"description": null,
|
26601
|
+
"args": [],
|
26602
|
+
"type": {
|
26603
|
+
"kind": "SCALAR",
|
26604
|
+
"name": "String",
|
26605
|
+
"ofType": null
|
26606
|
+
},
|
26607
|
+
"isDeprecated": false,
|
26608
|
+
"deprecationReason": null
|
26609
|
+
},
|
26610
|
+
{
|
26611
|
+
"name": "deployment",
|
26534
26612
|
"description": null,
|
26535
26613
|
"args": [],
|
26536
26614
|
"type": {
|
26537
26615
|
"kind": "NON_NULL",
|
26538
26616
|
"name": null,
|
26539
26617
|
"ofType": {
|
26540
|
-
"kind": "
|
26541
|
-
"name": "
|
26618
|
+
"kind": "OBJECT",
|
26619
|
+
"name": "Namespace_v1",
|
26542
26620
|
"ofType": null
|
26543
26621
|
}
|
26544
26622
|
},
|
@@ -26546,23 +26624,19 @@
|
|
26546
26624
|
"deprecationReason": null
|
26547
26625
|
},
|
26548
26626
|
{
|
26549
|
-
"name": "
|
26627
|
+
"name": "permissions",
|
26550
26628
|
"description": null,
|
26551
26629
|
"args": [],
|
26552
26630
|
"type": {
|
26553
|
-
"kind": "
|
26631
|
+
"kind": "LIST",
|
26554
26632
|
"name": null,
|
26555
26633
|
"ofType": {
|
26556
|
-
"kind": "
|
26634
|
+
"kind": "NON_NULL",
|
26557
26635
|
"name": null,
|
26558
26636
|
"ofType": {
|
26559
|
-
"kind": "
|
26560
|
-
"name":
|
26561
|
-
"ofType":
|
26562
|
-
"kind": "OBJECT",
|
26563
|
-
"name": "User_v1",
|
26564
|
-
"ofType": null
|
26565
|
-
}
|
26637
|
+
"kind": "OBJECT",
|
26638
|
+
"name": "PermissionAutomatedActions_v1",
|
26639
|
+
"ofType": null
|
26566
26640
|
}
|
26567
26641
|
}
|
26568
26642
|
},
|
@@ -26571,13 +26645,19 @@
|
|
26571
26645
|
}
|
26572
26646
|
],
|
26573
26647
|
"inputFields": null,
|
26574
|
-
"interfaces": [
|
26648
|
+
"interfaces": [
|
26649
|
+
{
|
26650
|
+
"kind": "INTERFACE",
|
26651
|
+
"name": "DatafileObject_v1",
|
26652
|
+
"ofType": null
|
26653
|
+
}
|
26654
|
+
],
|
26575
26655
|
"enumValues": null,
|
26576
26656
|
"possibleTypes": null
|
26577
26657
|
},
|
26578
26658
|
{
|
26579
26659
|
"kind": "OBJECT",
|
26580
|
-
"name": "
|
26660
|
+
"name": "PermissionAutomatedActions_v1",
|
26581
26661
|
"description": null,
|
26582
26662
|
"fields": [
|
26583
26663
|
{
|
@@ -26625,15 +26705,15 @@
|
|
26625
26705
|
"deprecationReason": null
|
26626
26706
|
},
|
26627
26707
|
{
|
26628
|
-
"name": "
|
26708
|
+
"name": "name",
|
26629
26709
|
"description": null,
|
26630
26710
|
"args": [],
|
26631
26711
|
"type": {
|
26632
26712
|
"kind": "NON_NULL",
|
26633
26713
|
"name": null,
|
26634
26714
|
"ofType": {
|
26635
|
-
"kind": "
|
26636
|
-
"name": "
|
26715
|
+
"kind": "SCALAR",
|
26716
|
+
"name": "String",
|
26637
26717
|
"ofType": null
|
26638
26718
|
}
|
26639
26719
|
},
|
@@ -26641,7 +26721,7 @@
|
|
26641
26721
|
"deprecationReason": null
|
26642
26722
|
},
|
26643
26723
|
{
|
26644
|
-
"name": "
|
26724
|
+
"name": "description",
|
26645
26725
|
"description": null,
|
26646
26726
|
"args": [],
|
26647
26727
|
"type": {
|
@@ -26657,27 +26737,31 @@
|
|
26657
26737
|
"deprecationReason": null
|
26658
26738
|
},
|
26659
26739
|
{
|
26660
|
-
"name": "
|
26740
|
+
"name": "service",
|
26661
26741
|
"description": null,
|
26662
26742
|
"args": [],
|
26663
26743
|
"type": {
|
26664
|
-
"kind": "
|
26665
|
-
"name":
|
26666
|
-
"ofType":
|
26744
|
+
"kind": "NON_NULL",
|
26745
|
+
"name": null,
|
26746
|
+
"ofType": {
|
26747
|
+
"kind": "SCALAR",
|
26748
|
+
"name": "String",
|
26749
|
+
"ofType": null
|
26750
|
+
}
|
26667
26751
|
},
|
26668
26752
|
"isDeprecated": false,
|
26669
26753
|
"deprecationReason": null
|
26670
26754
|
},
|
26671
26755
|
{
|
26672
|
-
"name": "
|
26756
|
+
"name": "action",
|
26673
26757
|
"description": null,
|
26674
26758
|
"args": [],
|
26675
26759
|
"type": {
|
26676
26760
|
"kind": "NON_NULL",
|
26677
26761
|
"name": null,
|
26678
26762
|
"ofType": {
|
26679
|
-
"kind": "
|
26680
|
-
"name": "
|
26763
|
+
"kind": "OBJECT",
|
26764
|
+
"name": "AutomatedAction_v1",
|
26681
26765
|
"ofType": null
|
26682
26766
|
}
|
26683
26767
|
},
|
@@ -26685,39 +26769,51 @@
|
|
26685
26769
|
"deprecationReason": null
|
26686
26770
|
},
|
26687
26771
|
{
|
26688
|
-
"name": "
|
26772
|
+
"name": "instances",
|
26689
26773
|
"description": null,
|
26690
26774
|
"args": [],
|
26691
26775
|
"type": {
|
26692
26776
|
"kind": "NON_NULL",
|
26693
26777
|
"name": null,
|
26694
26778
|
"ofType": {
|
26695
|
-
"kind": "
|
26696
|
-
"name":
|
26697
|
-
"ofType":
|
26779
|
+
"kind": "LIST",
|
26780
|
+
"name": null,
|
26781
|
+
"ofType": {
|
26782
|
+
"kind": "NON_NULL",
|
26783
|
+
"name": null,
|
26784
|
+
"ofType": {
|
26785
|
+
"kind": "OBJECT",
|
26786
|
+
"name": "AutomatedActionsInstance_v1",
|
26787
|
+
"ofType": null
|
26788
|
+
}
|
26789
|
+
}
|
26698
26790
|
}
|
26699
26791
|
},
|
26700
26792
|
"isDeprecated": false,
|
26701
26793
|
"deprecationReason": null
|
26702
26794
|
},
|
26703
26795
|
{
|
26704
|
-
"name": "
|
26796
|
+
"name": "arguments",
|
26705
26797
|
"description": null,
|
26706
26798
|
"args": [],
|
26707
26799
|
"type": {
|
26708
|
-
"kind": "
|
26800
|
+
"kind": "LIST",
|
26709
26801
|
"name": null,
|
26710
26802
|
"ofType": {
|
26711
|
-
"kind": "
|
26712
|
-
"name":
|
26713
|
-
"ofType":
|
26803
|
+
"kind": "NON_NULL",
|
26804
|
+
"name": null,
|
26805
|
+
"ofType": {
|
26806
|
+
"kind": "INTERFACE",
|
26807
|
+
"name": "AutomatedActionArgument_v1",
|
26808
|
+
"ofType": null
|
26809
|
+
}
|
26714
26810
|
}
|
26715
26811
|
},
|
26716
26812
|
"isDeprecated": false,
|
26717
26813
|
"deprecationReason": null
|
26718
26814
|
},
|
26719
26815
|
{
|
26720
|
-
"name": "
|
26816
|
+
"name": "roles",
|
26721
26817
|
"description": null,
|
26722
26818
|
"args": [],
|
26723
26819
|
"type": {
|
@@ -26728,7 +26824,7 @@
|
|
26728
26824
|
"name": null,
|
26729
26825
|
"ofType": {
|
26730
26826
|
"kind": "OBJECT",
|
26731
|
-
"name": "
|
26827
|
+
"name": "Role_v1",
|
26732
26828
|
"ofType": null
|
26733
26829
|
}
|
26734
26830
|
}
|
@@ -26741,55 +26837,21 @@
|
|
26741
26837
|
"interfaces": [
|
26742
26838
|
{
|
26743
26839
|
"kind": "INTERFACE",
|
26744
|
-
"name": "
|
26840
|
+
"name": "Permission_v1",
|
26745
26841
|
"ofType": null
|
26746
|
-
}
|
26747
|
-
],
|
26748
|
-
"enumValues": null,
|
26749
|
-
"possibleTypes": null
|
26750
|
-
},
|
26751
|
-
{
|
26752
|
-
"kind": "OBJECT",
|
26753
|
-
"name": "AWSSubnet_v1",
|
26754
|
-
"description": null,
|
26755
|
-
"fields": [
|
26756
|
-
{
|
26757
|
-
"name": "id",
|
26758
|
-
"description": null,
|
26759
|
-
"args": [],
|
26760
|
-
"type": {
|
26761
|
-
"kind": "NON_NULL",
|
26762
|
-
"name": null,
|
26763
|
-
"ofType": {
|
26764
|
-
"kind": "SCALAR",
|
26765
|
-
"name": "String",
|
26766
|
-
"ofType": null
|
26767
|
-
}
|
26768
|
-
},
|
26769
|
-
"isDeprecated": false,
|
26770
|
-
"deprecationReason": null
|
26771
26842
|
},
|
26772
26843
|
{
|
26773
|
-
"
|
26774
|
-
"
|
26775
|
-
"
|
26776
|
-
"type": {
|
26777
|
-
"kind": "SCALAR",
|
26778
|
-
"name": "String",
|
26779
|
-
"ofType": null
|
26780
|
-
},
|
26781
|
-
"isDeprecated": false,
|
26782
|
-
"deprecationReason": null
|
26844
|
+
"kind": "INTERFACE",
|
26845
|
+
"name": "DatafileObject_v1",
|
26846
|
+
"ofType": null
|
26783
26847
|
}
|
26784
26848
|
],
|
26785
|
-
"inputFields": null,
|
26786
|
-
"interfaces": [],
|
26787
26849
|
"enumValues": null,
|
26788
26850
|
"possibleTypes": null
|
26789
26851
|
},
|
26790
26852
|
{
|
26791
26853
|
"kind": "OBJECT",
|
26792
|
-
"name": "
|
26854
|
+
"name": "AutomatedAction_v1",
|
26793
26855
|
"description": null,
|
26794
26856
|
"fields": [
|
26795
26857
|
{
|
@@ -26825,19 +26887,7 @@
|
|
26825
26887
|
"deprecationReason": null
|
26826
26888
|
},
|
26827
26889
|
{
|
26828
|
-
"name": "
|
26829
|
-
"description": null,
|
26830
|
-
"args": [],
|
26831
|
-
"type": {
|
26832
|
-
"kind": "SCALAR",
|
26833
|
-
"name": "JSON",
|
26834
|
-
"ofType": null
|
26835
|
-
},
|
26836
|
-
"isDeprecated": false,
|
26837
|
-
"deprecationReason": null
|
26838
|
-
},
|
26839
|
-
{
|
26840
|
-
"name": "identifier",
|
26890
|
+
"name": "operationId",
|
26841
26891
|
"description": null,
|
26842
26892
|
"args": [],
|
26843
26893
|
"type": {
|
@@ -26865,19 +26915,7 @@
|
|
26865
26915
|
"deprecationReason": null
|
26866
26916
|
},
|
26867
26917
|
{
|
26868
|
-
"name": "
|
26869
|
-
"description": null,
|
26870
|
-
"args": [],
|
26871
|
-
"type": {
|
26872
|
-
"kind": "SCALAR",
|
26873
|
-
"name": "Boolean",
|
26874
|
-
"ofType": null
|
26875
|
-
},
|
26876
|
-
"isDeprecated": false,
|
26877
|
-
"deprecationReason": null
|
26878
|
-
},
|
26879
|
-
{
|
26880
|
-
"name": "region",
|
26918
|
+
"name": "retries",
|
26881
26919
|
"description": null,
|
26882
26920
|
"args": [],
|
26883
26921
|
"type": {
|
@@ -26885,23 +26923,7 @@
|
|
26885
26923
|
"name": null,
|
26886
26924
|
"ofType": {
|
26887
26925
|
"kind": "SCALAR",
|
26888
|
-
"name": "
|
26889
|
-
"ofType": null
|
26890
|
-
}
|
26891
|
-
},
|
26892
|
-
"isDeprecated": false,
|
26893
|
-
"deprecationReason": null
|
26894
|
-
},
|
26895
|
-
{
|
26896
|
-
"name": "cidr_block",
|
26897
|
-
"description": null,
|
26898
|
-
"args": [],
|
26899
|
-
"type": {
|
26900
|
-
"kind": "NON_NULL",
|
26901
|
-
"name": null,
|
26902
|
-
"ofType": {
|
26903
|
-
"kind": "OBJECT",
|
26904
|
-
"name": "Network_v1",
|
26926
|
+
"name": "Int",
|
26905
26927
|
"ofType": null
|
26906
26928
|
}
|
26907
26929
|
},
|
@@ -26909,32 +26931,20 @@
|
|
26909
26931
|
"deprecationReason": null
|
26910
26932
|
},
|
26911
26933
|
{
|
26912
|
-
"name": "
|
26934
|
+
"name": "maxOps",
|
26913
26935
|
"description": null,
|
26914
26936
|
"args": [],
|
26915
26937
|
"type": {
|
26916
26938
|
"kind": "NON_NULL",
|
26917
26939
|
"name": null,
|
26918
26940
|
"ofType": {
|
26919
|
-
"kind": "
|
26920
|
-
"name": "
|
26941
|
+
"kind": "SCALAR",
|
26942
|
+
"name": "Int",
|
26921
26943
|
"ofType": null
|
26922
26944
|
}
|
26923
26945
|
},
|
26924
26946
|
"isDeprecated": false,
|
26925
26947
|
"deprecationReason": null
|
26926
|
-
},
|
26927
|
-
{
|
26928
|
-
"name": "subnets",
|
26929
|
-
"description": null,
|
26930
|
-
"args": [],
|
26931
|
-
"type": {
|
26932
|
-
"kind": "OBJECT",
|
26933
|
-
"name": "VPCRequestSubnetsLists_v1",
|
26934
|
-
"ofType": null
|
26935
|
-
},
|
26936
|
-
"isDeprecated": false,
|
26937
|
-
"deprecationReason": null
|
26938
26948
|
}
|
26939
26949
|
],
|
26940
26950
|
"inputFields": null,
|
@@ -26949,8 +26959,569 @@
|
|
26949
26959
|
"possibleTypes": null
|
26950
26960
|
},
|
26951
26961
|
{
|
26952
|
-
"kind": "
|
26953
|
-
"name": "
|
26962
|
+
"kind": "INTERFACE",
|
26963
|
+
"name": "AutomatedActionArgument_v1",
|
26964
|
+
"description": null,
|
26965
|
+
"fields": [
|
26966
|
+
{
|
26967
|
+
"name": "schema",
|
26968
|
+
"description": null,
|
26969
|
+
"args": [],
|
26970
|
+
"type": {
|
26971
|
+
"kind": "NON_NULL",
|
26972
|
+
"name": null,
|
26973
|
+
"ofType": {
|
26974
|
+
"kind": "SCALAR",
|
26975
|
+
"name": "String",
|
26976
|
+
"ofType": null
|
26977
|
+
}
|
26978
|
+
},
|
26979
|
+
"isDeprecated": false,
|
26980
|
+
"deprecationReason": null
|
26981
|
+
},
|
26982
|
+
{
|
26983
|
+
"name": "path",
|
26984
|
+
"description": null,
|
26985
|
+
"args": [],
|
26986
|
+
"type": {
|
26987
|
+
"kind": "NON_NULL",
|
26988
|
+
"name": null,
|
26989
|
+
"ofType": {
|
26990
|
+
"kind": "SCALAR",
|
26991
|
+
"name": "String",
|
26992
|
+
"ofType": null
|
26993
|
+
}
|
26994
|
+
},
|
26995
|
+
"isDeprecated": false,
|
26996
|
+
"deprecationReason": null
|
26997
|
+
},
|
26998
|
+
{
|
26999
|
+
"name": "labels",
|
27000
|
+
"description": null,
|
27001
|
+
"args": [],
|
27002
|
+
"type": {
|
27003
|
+
"kind": "SCALAR",
|
27004
|
+
"name": "JSON",
|
27005
|
+
"ofType": null
|
27006
|
+
},
|
27007
|
+
"isDeprecated": false,
|
27008
|
+
"deprecationReason": null
|
27009
|
+
},
|
27010
|
+
{
|
27011
|
+
"name": "type",
|
27012
|
+
"description": null,
|
27013
|
+
"args": [],
|
27014
|
+
"type": {
|
27015
|
+
"kind": "NON_NULL",
|
27016
|
+
"name": null,
|
27017
|
+
"ofType": {
|
27018
|
+
"kind": "SCALAR",
|
27019
|
+
"name": "String",
|
27020
|
+
"ofType": null
|
27021
|
+
}
|
27022
|
+
},
|
27023
|
+
"isDeprecated": false,
|
27024
|
+
"deprecationReason": null
|
27025
|
+
}
|
27026
|
+
],
|
27027
|
+
"inputFields": null,
|
27028
|
+
"interfaces": null,
|
27029
|
+
"enumValues": null,
|
27030
|
+
"possibleTypes": [
|
27031
|
+
{
|
27032
|
+
"kind": "OBJECT",
|
27033
|
+
"name": "AutomatedActionArgumentOpenshift_v1",
|
27034
|
+
"ofType": null
|
27035
|
+
}
|
27036
|
+
]
|
27037
|
+
},
|
27038
|
+
{
|
27039
|
+
"kind": "OBJECT",
|
27040
|
+
"name": "ExternalUser_v1",
|
27041
|
+
"description": null,
|
27042
|
+
"fields": [
|
27043
|
+
{
|
27044
|
+
"name": "schema",
|
27045
|
+
"description": null,
|
27046
|
+
"args": [],
|
27047
|
+
"type": {
|
27048
|
+
"kind": "NON_NULL",
|
27049
|
+
"name": null,
|
27050
|
+
"ofType": {
|
27051
|
+
"kind": "SCALAR",
|
27052
|
+
"name": "String",
|
27053
|
+
"ofType": null
|
27054
|
+
}
|
27055
|
+
},
|
27056
|
+
"isDeprecated": false,
|
27057
|
+
"deprecationReason": null
|
27058
|
+
},
|
27059
|
+
{
|
27060
|
+
"name": "path",
|
27061
|
+
"description": null,
|
27062
|
+
"args": [],
|
27063
|
+
"type": {
|
27064
|
+
"kind": "NON_NULL",
|
27065
|
+
"name": null,
|
27066
|
+
"ofType": {
|
27067
|
+
"kind": "SCALAR",
|
27068
|
+
"name": "String",
|
27069
|
+
"ofType": null
|
27070
|
+
}
|
27071
|
+
},
|
27072
|
+
"isDeprecated": false,
|
27073
|
+
"deprecationReason": null
|
27074
|
+
},
|
27075
|
+
{
|
27076
|
+
"name": "labels",
|
27077
|
+
"description": null,
|
27078
|
+
"args": [],
|
27079
|
+
"type": {
|
27080
|
+
"kind": "SCALAR",
|
27081
|
+
"name": "JSON",
|
27082
|
+
"ofType": null
|
27083
|
+
},
|
27084
|
+
"isDeprecated": false,
|
27085
|
+
"deprecationReason": null
|
27086
|
+
},
|
27087
|
+
{
|
27088
|
+
"name": "name",
|
27089
|
+
"description": null,
|
27090
|
+
"args": [],
|
27091
|
+
"type": {
|
27092
|
+
"kind": "NON_NULL",
|
27093
|
+
"name": null,
|
27094
|
+
"ofType": {
|
27095
|
+
"kind": "SCALAR",
|
27096
|
+
"name": "String",
|
27097
|
+
"ofType": null
|
27098
|
+
}
|
27099
|
+
},
|
27100
|
+
"isDeprecated": false,
|
27101
|
+
"deprecationReason": null
|
27102
|
+
},
|
27103
|
+
{
|
27104
|
+
"name": "github_username",
|
27105
|
+
"description": null,
|
27106
|
+
"args": [],
|
27107
|
+
"type": {
|
27108
|
+
"kind": "NON_NULL",
|
27109
|
+
"name": null,
|
27110
|
+
"ofType": {
|
27111
|
+
"kind": "SCALAR",
|
27112
|
+
"name": "String",
|
27113
|
+
"ofType": null
|
27114
|
+
}
|
27115
|
+
},
|
27116
|
+
"isDeprecated": false,
|
27117
|
+
"deprecationReason": null
|
27118
|
+
},
|
27119
|
+
{
|
27120
|
+
"name": "sponsors",
|
27121
|
+
"description": null,
|
27122
|
+
"args": [],
|
27123
|
+
"type": {
|
27124
|
+
"kind": "NON_NULL",
|
27125
|
+
"name": null,
|
27126
|
+
"ofType": {
|
27127
|
+
"kind": "LIST",
|
27128
|
+
"name": null,
|
27129
|
+
"ofType": {
|
27130
|
+
"kind": "NON_NULL",
|
27131
|
+
"name": null,
|
27132
|
+
"ofType": {
|
27133
|
+
"kind": "OBJECT",
|
27134
|
+
"name": "User_v1",
|
27135
|
+
"ofType": null
|
27136
|
+
}
|
27137
|
+
}
|
27138
|
+
}
|
27139
|
+
},
|
27140
|
+
"isDeprecated": false,
|
27141
|
+
"deprecationReason": null
|
27142
|
+
}
|
27143
|
+
],
|
27144
|
+
"inputFields": null,
|
27145
|
+
"interfaces": [],
|
27146
|
+
"enumValues": null,
|
27147
|
+
"possibleTypes": null
|
27148
|
+
},
|
27149
|
+
{
|
27150
|
+
"kind": "OBJECT",
|
27151
|
+
"name": "AWSVPC_v1",
|
27152
|
+
"description": null,
|
27153
|
+
"fields": [
|
27154
|
+
{
|
27155
|
+
"name": "schema",
|
27156
|
+
"description": null,
|
27157
|
+
"args": [],
|
27158
|
+
"type": {
|
27159
|
+
"kind": "NON_NULL",
|
27160
|
+
"name": null,
|
27161
|
+
"ofType": {
|
27162
|
+
"kind": "SCALAR",
|
27163
|
+
"name": "String",
|
27164
|
+
"ofType": null
|
27165
|
+
}
|
27166
|
+
},
|
27167
|
+
"isDeprecated": false,
|
27168
|
+
"deprecationReason": null
|
27169
|
+
},
|
27170
|
+
{
|
27171
|
+
"name": "path",
|
27172
|
+
"description": null,
|
27173
|
+
"args": [],
|
27174
|
+
"type": {
|
27175
|
+
"kind": "NON_NULL",
|
27176
|
+
"name": null,
|
27177
|
+
"ofType": {
|
27178
|
+
"kind": "SCALAR",
|
27179
|
+
"name": "String",
|
27180
|
+
"ofType": null
|
27181
|
+
}
|
27182
|
+
},
|
27183
|
+
"isDeprecated": false,
|
27184
|
+
"deprecationReason": null
|
27185
|
+
},
|
27186
|
+
{
|
27187
|
+
"name": "labels",
|
27188
|
+
"description": null,
|
27189
|
+
"args": [],
|
27190
|
+
"type": {
|
27191
|
+
"kind": "SCALAR",
|
27192
|
+
"name": "JSON",
|
27193
|
+
"ofType": null
|
27194
|
+
},
|
27195
|
+
"isDeprecated": false,
|
27196
|
+
"deprecationReason": null
|
27197
|
+
},
|
27198
|
+
{
|
27199
|
+
"name": "account",
|
27200
|
+
"description": null,
|
27201
|
+
"args": [],
|
27202
|
+
"type": {
|
27203
|
+
"kind": "NON_NULL",
|
27204
|
+
"name": null,
|
27205
|
+
"ofType": {
|
27206
|
+
"kind": "OBJECT",
|
27207
|
+
"name": "AWSAccount_v1",
|
27208
|
+
"ofType": null
|
27209
|
+
}
|
27210
|
+
},
|
27211
|
+
"isDeprecated": false,
|
27212
|
+
"deprecationReason": null
|
27213
|
+
},
|
27214
|
+
{
|
27215
|
+
"name": "name",
|
27216
|
+
"description": null,
|
27217
|
+
"args": [],
|
27218
|
+
"type": {
|
27219
|
+
"kind": "NON_NULL",
|
27220
|
+
"name": null,
|
27221
|
+
"ofType": {
|
27222
|
+
"kind": "SCALAR",
|
27223
|
+
"name": "String",
|
27224
|
+
"ofType": null
|
27225
|
+
}
|
27226
|
+
},
|
27227
|
+
"isDeprecated": false,
|
27228
|
+
"deprecationReason": null
|
27229
|
+
},
|
27230
|
+
{
|
27231
|
+
"name": "description",
|
27232
|
+
"description": null,
|
27233
|
+
"args": [],
|
27234
|
+
"type": {
|
27235
|
+
"kind": "SCALAR",
|
27236
|
+
"name": "String",
|
27237
|
+
"ofType": null
|
27238
|
+
},
|
27239
|
+
"isDeprecated": false,
|
27240
|
+
"deprecationReason": null
|
27241
|
+
},
|
27242
|
+
{
|
27243
|
+
"name": "vpc_id",
|
27244
|
+
"description": null,
|
27245
|
+
"args": [],
|
27246
|
+
"type": {
|
27247
|
+
"kind": "NON_NULL",
|
27248
|
+
"name": null,
|
27249
|
+
"ofType": {
|
27250
|
+
"kind": "SCALAR",
|
27251
|
+
"name": "String",
|
27252
|
+
"ofType": null
|
27253
|
+
}
|
27254
|
+
},
|
27255
|
+
"isDeprecated": false,
|
27256
|
+
"deprecationReason": null
|
27257
|
+
},
|
27258
|
+
{
|
27259
|
+
"name": "cidr_block",
|
27260
|
+
"description": null,
|
27261
|
+
"args": [],
|
27262
|
+
"type": {
|
27263
|
+
"kind": "NON_NULL",
|
27264
|
+
"name": null,
|
27265
|
+
"ofType": {
|
27266
|
+
"kind": "SCALAR",
|
27267
|
+
"name": "String",
|
27268
|
+
"ofType": null
|
27269
|
+
}
|
27270
|
+
},
|
27271
|
+
"isDeprecated": false,
|
27272
|
+
"deprecationReason": null
|
27273
|
+
},
|
27274
|
+
{
|
27275
|
+
"name": "region",
|
27276
|
+
"description": null,
|
27277
|
+
"args": [],
|
27278
|
+
"type": {
|
27279
|
+
"kind": "NON_NULL",
|
27280
|
+
"name": null,
|
27281
|
+
"ofType": {
|
27282
|
+
"kind": "SCALAR",
|
27283
|
+
"name": "String",
|
27284
|
+
"ofType": null
|
27285
|
+
}
|
27286
|
+
},
|
27287
|
+
"isDeprecated": false,
|
27288
|
+
"deprecationReason": null
|
27289
|
+
},
|
27290
|
+
{
|
27291
|
+
"name": "subnets",
|
27292
|
+
"description": null,
|
27293
|
+
"args": [],
|
27294
|
+
"type": {
|
27295
|
+
"kind": "LIST",
|
27296
|
+
"name": null,
|
27297
|
+
"ofType": {
|
27298
|
+
"kind": "NON_NULL",
|
27299
|
+
"name": null,
|
27300
|
+
"ofType": {
|
27301
|
+
"kind": "OBJECT",
|
27302
|
+
"name": "AWSSubnet_v1",
|
27303
|
+
"ofType": null
|
27304
|
+
}
|
27305
|
+
}
|
27306
|
+
},
|
27307
|
+
"isDeprecated": false,
|
27308
|
+
"deprecationReason": null
|
27309
|
+
}
|
27310
|
+
],
|
27311
|
+
"inputFields": null,
|
27312
|
+
"interfaces": [
|
27313
|
+
{
|
27314
|
+
"kind": "INTERFACE",
|
27315
|
+
"name": "DatafileObject_v1",
|
27316
|
+
"ofType": null
|
27317
|
+
}
|
27318
|
+
],
|
27319
|
+
"enumValues": null,
|
27320
|
+
"possibleTypes": null
|
27321
|
+
},
|
27322
|
+
{
|
27323
|
+
"kind": "OBJECT",
|
27324
|
+
"name": "AWSSubnet_v1",
|
27325
|
+
"description": null,
|
27326
|
+
"fields": [
|
27327
|
+
{
|
27328
|
+
"name": "id",
|
27329
|
+
"description": null,
|
27330
|
+
"args": [],
|
27331
|
+
"type": {
|
27332
|
+
"kind": "NON_NULL",
|
27333
|
+
"name": null,
|
27334
|
+
"ofType": {
|
27335
|
+
"kind": "SCALAR",
|
27336
|
+
"name": "String",
|
27337
|
+
"ofType": null
|
27338
|
+
}
|
27339
|
+
},
|
27340
|
+
"isDeprecated": false,
|
27341
|
+
"deprecationReason": null
|
27342
|
+
},
|
27343
|
+
{
|
27344
|
+
"name": "privacy",
|
27345
|
+
"description": null,
|
27346
|
+
"args": [],
|
27347
|
+
"type": {
|
27348
|
+
"kind": "SCALAR",
|
27349
|
+
"name": "String",
|
27350
|
+
"ofType": null
|
27351
|
+
},
|
27352
|
+
"isDeprecated": false,
|
27353
|
+
"deprecationReason": null
|
27354
|
+
}
|
27355
|
+
],
|
27356
|
+
"inputFields": null,
|
27357
|
+
"interfaces": [],
|
27358
|
+
"enumValues": null,
|
27359
|
+
"possibleTypes": null
|
27360
|
+
},
|
27361
|
+
{
|
27362
|
+
"kind": "OBJECT",
|
27363
|
+
"name": "VPCRequest_v1",
|
27364
|
+
"description": null,
|
27365
|
+
"fields": [
|
27366
|
+
{
|
27367
|
+
"name": "schema",
|
27368
|
+
"description": null,
|
27369
|
+
"args": [],
|
27370
|
+
"type": {
|
27371
|
+
"kind": "NON_NULL",
|
27372
|
+
"name": null,
|
27373
|
+
"ofType": {
|
27374
|
+
"kind": "SCALAR",
|
27375
|
+
"name": "String",
|
27376
|
+
"ofType": null
|
27377
|
+
}
|
27378
|
+
},
|
27379
|
+
"isDeprecated": false,
|
27380
|
+
"deprecationReason": null
|
27381
|
+
},
|
27382
|
+
{
|
27383
|
+
"name": "path",
|
27384
|
+
"description": null,
|
27385
|
+
"args": [],
|
27386
|
+
"type": {
|
27387
|
+
"kind": "NON_NULL",
|
27388
|
+
"name": null,
|
27389
|
+
"ofType": {
|
27390
|
+
"kind": "SCALAR",
|
27391
|
+
"name": "String",
|
27392
|
+
"ofType": null
|
27393
|
+
}
|
27394
|
+
},
|
27395
|
+
"isDeprecated": false,
|
27396
|
+
"deprecationReason": null
|
27397
|
+
},
|
27398
|
+
{
|
27399
|
+
"name": "labels",
|
27400
|
+
"description": null,
|
27401
|
+
"args": [],
|
27402
|
+
"type": {
|
27403
|
+
"kind": "SCALAR",
|
27404
|
+
"name": "JSON",
|
27405
|
+
"ofType": null
|
27406
|
+
},
|
27407
|
+
"isDeprecated": false,
|
27408
|
+
"deprecationReason": null
|
27409
|
+
},
|
27410
|
+
{
|
27411
|
+
"name": "identifier",
|
27412
|
+
"description": null,
|
27413
|
+
"args": [],
|
27414
|
+
"type": {
|
27415
|
+
"kind": "NON_NULL",
|
27416
|
+
"name": null,
|
27417
|
+
"ofType": {
|
27418
|
+
"kind": "SCALAR",
|
27419
|
+
"name": "String",
|
27420
|
+
"ofType": null
|
27421
|
+
}
|
27422
|
+
},
|
27423
|
+
"isDeprecated": false,
|
27424
|
+
"deprecationReason": null
|
27425
|
+
},
|
27426
|
+
{
|
27427
|
+
"name": "description",
|
27428
|
+
"description": null,
|
27429
|
+
"args": [],
|
27430
|
+
"type": {
|
27431
|
+
"kind": "SCALAR",
|
27432
|
+
"name": "String",
|
27433
|
+
"ofType": null
|
27434
|
+
},
|
27435
|
+
"isDeprecated": false,
|
27436
|
+
"deprecationReason": null
|
27437
|
+
},
|
27438
|
+
{
|
27439
|
+
"name": "delete",
|
27440
|
+
"description": null,
|
27441
|
+
"args": [],
|
27442
|
+
"type": {
|
27443
|
+
"kind": "SCALAR",
|
27444
|
+
"name": "Boolean",
|
27445
|
+
"ofType": null
|
27446
|
+
},
|
27447
|
+
"isDeprecated": false,
|
27448
|
+
"deprecationReason": null
|
27449
|
+
},
|
27450
|
+
{
|
27451
|
+
"name": "region",
|
27452
|
+
"description": null,
|
27453
|
+
"args": [],
|
27454
|
+
"type": {
|
27455
|
+
"kind": "NON_NULL",
|
27456
|
+
"name": null,
|
27457
|
+
"ofType": {
|
27458
|
+
"kind": "SCALAR",
|
27459
|
+
"name": "String",
|
27460
|
+
"ofType": null
|
27461
|
+
}
|
27462
|
+
},
|
27463
|
+
"isDeprecated": false,
|
27464
|
+
"deprecationReason": null
|
27465
|
+
},
|
27466
|
+
{
|
27467
|
+
"name": "cidr_block",
|
27468
|
+
"description": null,
|
27469
|
+
"args": [],
|
27470
|
+
"type": {
|
27471
|
+
"kind": "NON_NULL",
|
27472
|
+
"name": null,
|
27473
|
+
"ofType": {
|
27474
|
+
"kind": "OBJECT",
|
27475
|
+
"name": "Network_v1",
|
27476
|
+
"ofType": null
|
27477
|
+
}
|
27478
|
+
},
|
27479
|
+
"isDeprecated": false,
|
27480
|
+
"deprecationReason": null
|
27481
|
+
},
|
27482
|
+
{
|
27483
|
+
"name": "account",
|
27484
|
+
"description": null,
|
27485
|
+
"args": [],
|
27486
|
+
"type": {
|
27487
|
+
"kind": "NON_NULL",
|
27488
|
+
"name": null,
|
27489
|
+
"ofType": {
|
27490
|
+
"kind": "OBJECT",
|
27491
|
+
"name": "AWSAccount_v1",
|
27492
|
+
"ofType": null
|
27493
|
+
}
|
27494
|
+
},
|
27495
|
+
"isDeprecated": false,
|
27496
|
+
"deprecationReason": null
|
27497
|
+
},
|
27498
|
+
{
|
27499
|
+
"name": "subnets",
|
27500
|
+
"description": null,
|
27501
|
+
"args": [],
|
27502
|
+
"type": {
|
27503
|
+
"kind": "OBJECT",
|
27504
|
+
"name": "VPCRequestSubnetsLists_v1",
|
27505
|
+
"ofType": null
|
27506
|
+
},
|
27507
|
+
"isDeprecated": false,
|
27508
|
+
"deprecationReason": null
|
27509
|
+
}
|
27510
|
+
],
|
27511
|
+
"inputFields": null,
|
27512
|
+
"interfaces": [
|
27513
|
+
{
|
27514
|
+
"kind": "INTERFACE",
|
27515
|
+
"name": "DatafileObject_v1",
|
27516
|
+
"ofType": null
|
27517
|
+
}
|
27518
|
+
],
|
27519
|
+
"enumValues": null,
|
27520
|
+
"possibleTypes": null
|
27521
|
+
},
|
27522
|
+
{
|
27523
|
+
"kind": "OBJECT",
|
27524
|
+
"name": "Network_v1",
|
26954
27525
|
"description": null,
|
26955
27526
|
"fields": [
|
26956
27527
|
{
|
@@ -51887,6 +52458,136 @@
|
|
51887
52458
|
],
|
51888
52459
|
"enumValues": null,
|
51889
52460
|
"possibleTypes": null
|
52461
|
+
},
|
52462
|
+
{
|
52463
|
+
"kind": "OBJECT",
|
52464
|
+
"name": "AutomatedActionArgumentOpenshift_v1",
|
52465
|
+
"description": null,
|
52466
|
+
"fields": [
|
52467
|
+
{
|
52468
|
+
"name": "schema",
|
52469
|
+
"description": null,
|
52470
|
+
"args": [],
|
52471
|
+
"type": {
|
52472
|
+
"kind": "NON_NULL",
|
52473
|
+
"name": null,
|
52474
|
+
"ofType": {
|
52475
|
+
"kind": "SCALAR",
|
52476
|
+
"name": "String",
|
52477
|
+
"ofType": null
|
52478
|
+
}
|
52479
|
+
},
|
52480
|
+
"isDeprecated": false,
|
52481
|
+
"deprecationReason": null
|
52482
|
+
},
|
52483
|
+
{
|
52484
|
+
"name": "path",
|
52485
|
+
"description": null,
|
52486
|
+
"args": [],
|
52487
|
+
"type": {
|
52488
|
+
"kind": "NON_NULL",
|
52489
|
+
"name": null,
|
52490
|
+
"ofType": {
|
52491
|
+
"kind": "SCALAR",
|
52492
|
+
"name": "String",
|
52493
|
+
"ofType": null
|
52494
|
+
}
|
52495
|
+
},
|
52496
|
+
"isDeprecated": false,
|
52497
|
+
"deprecationReason": null
|
52498
|
+
},
|
52499
|
+
{
|
52500
|
+
"name": "labels",
|
52501
|
+
"description": null,
|
52502
|
+
"args": [],
|
52503
|
+
"type": {
|
52504
|
+
"kind": "SCALAR",
|
52505
|
+
"name": "JSON",
|
52506
|
+
"ofType": null
|
52507
|
+
},
|
52508
|
+
"isDeprecated": false,
|
52509
|
+
"deprecationReason": null
|
52510
|
+
},
|
52511
|
+
{
|
52512
|
+
"name": "type",
|
52513
|
+
"description": null,
|
52514
|
+
"args": [],
|
52515
|
+
"type": {
|
52516
|
+
"kind": "NON_NULL",
|
52517
|
+
"name": null,
|
52518
|
+
"ofType": {
|
52519
|
+
"kind": "SCALAR",
|
52520
|
+
"name": "String",
|
52521
|
+
"ofType": null
|
52522
|
+
}
|
52523
|
+
},
|
52524
|
+
"isDeprecated": false,
|
52525
|
+
"deprecationReason": null
|
52526
|
+
},
|
52527
|
+
{
|
52528
|
+
"name": "namespace",
|
52529
|
+
"description": null,
|
52530
|
+
"args": [],
|
52531
|
+
"type": {
|
52532
|
+
"kind": "NON_NULL",
|
52533
|
+
"name": null,
|
52534
|
+
"ofType": {
|
52535
|
+
"kind": "OBJECT",
|
52536
|
+
"name": "Namespace_v1",
|
52537
|
+
"ofType": null
|
52538
|
+
}
|
52539
|
+
},
|
52540
|
+
"isDeprecated": false,
|
52541
|
+
"deprecationReason": null
|
52542
|
+
},
|
52543
|
+
{
|
52544
|
+
"name": "kind_pattern",
|
52545
|
+
"description": null,
|
52546
|
+
"args": [],
|
52547
|
+
"type": {
|
52548
|
+
"kind": "NON_NULL",
|
52549
|
+
"name": null,
|
52550
|
+
"ofType": {
|
52551
|
+
"kind": "SCALAR",
|
52552
|
+
"name": "String",
|
52553
|
+
"ofType": null
|
52554
|
+
}
|
52555
|
+
},
|
52556
|
+
"isDeprecated": false,
|
52557
|
+
"deprecationReason": null
|
52558
|
+
},
|
52559
|
+
{
|
52560
|
+
"name": "name_pattern",
|
52561
|
+
"description": null,
|
52562
|
+
"args": [],
|
52563
|
+
"type": {
|
52564
|
+
"kind": "NON_NULL",
|
52565
|
+
"name": null,
|
52566
|
+
"ofType": {
|
52567
|
+
"kind": "SCALAR",
|
52568
|
+
"name": "String",
|
52569
|
+
"ofType": null
|
52570
|
+
}
|
52571
|
+
},
|
52572
|
+
"isDeprecated": false,
|
52573
|
+
"deprecationReason": null
|
52574
|
+
}
|
52575
|
+
],
|
52576
|
+
"inputFields": null,
|
52577
|
+
"interfaces": [
|
52578
|
+
{
|
52579
|
+
"kind": "INTERFACE",
|
52580
|
+
"name": "AutomatedActionArgument_v1",
|
52581
|
+
"ofType": null
|
52582
|
+
},
|
52583
|
+
{
|
52584
|
+
"kind": "INTERFACE",
|
52585
|
+
"name": "DatafileObject_v1",
|
52586
|
+
"ofType": null
|
52587
|
+
}
|
52588
|
+
],
|
52589
|
+
"enumValues": null,
|
52590
|
+
"possibleTypes": null
|
51890
52591
|
}
|
51891
52592
|
],
|
51892
52593
|
"directives": [
|