@scoutflo/topology-contracts 0.7.12 → 0.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/correlation/connectionContractV1.d.ts +101 -5
- package/dist/src/correlation/connectionContractV1.js +56 -1
- package/dist/src/correlation/connectionContractV1.js.map +1 -1
- package/dist/src/correlation/contracts/families/aws/index.d.ts +16 -16
- package/dist/src/correlation/contracts/families/aws/index.js +16 -16
- package/dist/src/correlation/contracts/families/aws/index.js.map +1 -1
- package/dist/src/correlation/contracts/families/index.d.ts +26 -26
- package/dist/src/correlation/contracts/families/kubernetes/index.d.ts +10 -10
- package/dist/src/correlation/contracts/families/kubernetes/index.js +10 -10
- package/dist/src/correlation/contracts/families/kubernetes/index.js.map +1 -1
- package/dist/src/correlation/contracts/registry.d.ts +26 -26
- package/dist/test/contracts.test.js +91 -18
- package/dist/test/contracts.test.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ export * from './integrations';
|
|
|
6
6
|
export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [{
|
|
7
7
|
readonly key: "aws_vpc_part_of_account";
|
|
8
8
|
readonly version: "v1";
|
|
9
|
-
readonly status: "
|
|
9
|
+
readonly status: "active";
|
|
10
10
|
readonly family: "aws";
|
|
11
11
|
readonly source_endpoint: {
|
|
12
12
|
readonly entity_type: "resource";
|
|
@@ -21,7 +21,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
21
21
|
};
|
|
22
22
|
readonly relation_class: "structural";
|
|
23
23
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
24
|
-
readonly evidence_level: "
|
|
24
|
+
readonly evidence_level: "implemented";
|
|
25
25
|
readonly provider_family: "aws";
|
|
26
26
|
readonly provider_category: "cloud";
|
|
27
27
|
readonly notes: readonly ["Uses the generic persisted database resource_type; current AWS adapter evidence maps this to RDS-style resources."];
|
|
@@ -29,7 +29,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
29
29
|
}, {
|
|
30
30
|
readonly key: "aws_subnet_part_of_vpc";
|
|
31
31
|
readonly version: "v1";
|
|
32
|
-
readonly status: "
|
|
32
|
+
readonly status: "active";
|
|
33
33
|
readonly family: "aws";
|
|
34
34
|
readonly source_endpoint: {
|
|
35
35
|
readonly entity_type: "resource";
|
|
@@ -44,7 +44,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
44
44
|
};
|
|
45
45
|
readonly relation_class: "structural";
|
|
46
46
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
47
|
-
readonly evidence_level: "
|
|
47
|
+
readonly evidence_level: "implemented";
|
|
48
48
|
readonly provider_family: "aws";
|
|
49
49
|
readonly provider_category: "cloud";
|
|
50
50
|
readonly notes: readonly ["Uses the generic persisted object_storage resource_type; current AWS adapter evidence maps this to S3-style resources."];
|
|
@@ -52,7 +52,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
52
52
|
}, {
|
|
53
53
|
readonly key: "aws_compute_instance_part_of_subnet";
|
|
54
54
|
readonly version: "v1";
|
|
55
|
-
readonly status: "
|
|
55
|
+
readonly status: "active";
|
|
56
56
|
readonly family: "aws";
|
|
57
57
|
readonly source_endpoint: {
|
|
58
58
|
readonly entity_type: "resource";
|
|
@@ -67,7 +67,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
67
67
|
};
|
|
68
68
|
readonly relation_class: "structural";
|
|
69
69
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
70
|
-
readonly evidence_level: "
|
|
70
|
+
readonly evidence_level: "implemented";
|
|
71
71
|
readonly provider_family: "aws";
|
|
72
72
|
readonly provider_category: "cloud";
|
|
73
73
|
readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
|
|
@@ -75,7 +75,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
75
75
|
}, {
|
|
76
76
|
readonly key: "aws_compute_instance_part_of_vpc";
|
|
77
77
|
readonly version: "v1";
|
|
78
|
-
readonly status: "
|
|
78
|
+
readonly status: "active";
|
|
79
79
|
readonly family: "aws";
|
|
80
80
|
readonly source_endpoint: {
|
|
81
81
|
readonly entity_type: "resource";
|
|
@@ -90,7 +90,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
90
90
|
};
|
|
91
91
|
readonly relation_class: "structural";
|
|
92
92
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
93
|
-
readonly evidence_level: "
|
|
93
|
+
readonly evidence_level: "implemented";
|
|
94
94
|
readonly provider_family: "aws";
|
|
95
95
|
readonly provider_category: "cloud";
|
|
96
96
|
readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
|
|
@@ -98,7 +98,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
98
98
|
}, {
|
|
99
99
|
readonly key: "aws_database_part_of_vpc";
|
|
100
100
|
readonly version: "v1";
|
|
101
|
-
readonly status: "
|
|
101
|
+
readonly status: "active";
|
|
102
102
|
readonly family: "aws";
|
|
103
103
|
readonly source_endpoint: {
|
|
104
104
|
readonly entity_type: "resource";
|
|
@@ -113,14 +113,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
113
113
|
};
|
|
114
114
|
readonly relation_class: "structural";
|
|
115
115
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
116
|
-
readonly evidence_level: "
|
|
116
|
+
readonly evidence_level: "implemented";
|
|
117
117
|
readonly provider_family: "aws";
|
|
118
118
|
readonly provider_category: "cloud";
|
|
119
119
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
120
120
|
}, {
|
|
121
121
|
readonly key: "aws_object_storage_part_of_account";
|
|
122
122
|
readonly version: "v1";
|
|
123
|
-
readonly status: "
|
|
123
|
+
readonly status: "active";
|
|
124
124
|
readonly family: "aws";
|
|
125
125
|
readonly source_endpoint: {
|
|
126
126
|
readonly entity_type: "resource";
|
|
@@ -135,14 +135,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
135
135
|
};
|
|
136
136
|
readonly relation_class: "structural";
|
|
137
137
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
138
|
-
readonly evidence_level: "
|
|
138
|
+
readonly evidence_level: "implemented";
|
|
139
139
|
readonly provider_family: "aws";
|
|
140
140
|
readonly provider_category: "cloud";
|
|
141
141
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
142
142
|
}, {
|
|
143
143
|
readonly key: "aws_kubernetes_cluster_part_of_vpc";
|
|
144
144
|
readonly version: "v1";
|
|
145
|
-
readonly status: "
|
|
145
|
+
readonly status: "active";
|
|
146
146
|
readonly family: "aws";
|
|
147
147
|
readonly source_endpoint: {
|
|
148
148
|
readonly entity_type: "resource";
|
|
@@ -157,14 +157,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
157
157
|
};
|
|
158
158
|
readonly relation_class: "structural";
|
|
159
159
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
160
|
-
readonly evidence_level: "
|
|
160
|
+
readonly evidence_level: "implemented";
|
|
161
161
|
readonly provider_family: "aws";
|
|
162
162
|
readonly provider_category: "cloud";
|
|
163
163
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
164
164
|
}, {
|
|
165
165
|
readonly key: "aws_kubernetes_cluster_part_of_account";
|
|
166
166
|
readonly version: "v1";
|
|
167
|
-
readonly status: "
|
|
167
|
+
readonly status: "active";
|
|
168
168
|
readonly family: "aws";
|
|
169
169
|
readonly source_endpoint: {
|
|
170
170
|
readonly entity_type: "resource";
|
|
@@ -179,14 +179,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
179
179
|
};
|
|
180
180
|
readonly relation_class: "structural";
|
|
181
181
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
182
|
-
readonly evidence_level: "
|
|
182
|
+
readonly evidence_level: "implemented";
|
|
183
183
|
readonly provider_family: "aws";
|
|
184
184
|
readonly provider_category: "cloud";
|
|
185
185
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
186
186
|
}], readonly [{
|
|
187
187
|
readonly key: "k8s_namespace_part_of_cluster";
|
|
188
188
|
readonly version: "v1";
|
|
189
|
-
readonly status: "
|
|
189
|
+
readonly status: "active";
|
|
190
190
|
readonly family: "kubernetes";
|
|
191
191
|
readonly source_endpoint: {
|
|
192
192
|
readonly entity_type: "resource";
|
|
@@ -201,14 +201,14 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
201
201
|
};
|
|
202
202
|
readonly relation_class: "structural";
|
|
203
203
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
204
|
-
readonly evidence_level: "
|
|
204
|
+
readonly evidence_level: "implemented";
|
|
205
205
|
readonly provider_family: "kubernetes";
|
|
206
206
|
readonly provider_category: "deployment";
|
|
207
207
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
208
208
|
}, {
|
|
209
209
|
readonly key: "k8s_service_part_of_namespace";
|
|
210
210
|
readonly version: "v1";
|
|
211
|
-
readonly status: "
|
|
211
|
+
readonly status: "active";
|
|
212
212
|
readonly family: "kubernetes";
|
|
213
213
|
readonly source_endpoint: {
|
|
214
214
|
readonly entity_type: "resource";
|
|
@@ -223,7 +223,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
223
223
|
};
|
|
224
224
|
readonly relation_class: "structural";
|
|
225
225
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
226
|
-
readonly evidence_level: "
|
|
226
|
+
readonly evidence_level: "implemented";
|
|
227
227
|
readonly provider_family: "kubernetes";
|
|
228
228
|
readonly provider_category: "deployment";
|
|
229
229
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
@@ -253,7 +253,7 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
253
253
|
}, {
|
|
254
254
|
readonly key: "k8s_service_routes_to_workload";
|
|
255
255
|
readonly version: "v1";
|
|
256
|
-
readonly status: "
|
|
256
|
+
readonly status: "active";
|
|
257
257
|
readonly family: "kubernetes";
|
|
258
258
|
readonly source_endpoint: {
|
|
259
259
|
readonly entity_type: "resource";
|
|
@@ -268,15 +268,15 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
268
268
|
};
|
|
269
269
|
readonly relation_class: "associative";
|
|
270
270
|
readonly attribute_schema_key: "relationship.selector_routing.v1";
|
|
271
|
-
readonly evidence_level: "
|
|
271
|
+
readonly evidence_level: "implemented";
|
|
272
272
|
readonly provider_family: "kubernetes";
|
|
273
273
|
readonly provider_category: "deployment";
|
|
274
|
-
readonly notes: readonly ["
|
|
274
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active selector-routing V1 shape."];
|
|
275
275
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
276
276
|
}, {
|
|
277
277
|
readonly key: "service_deployed_as_k8s_workload";
|
|
278
278
|
readonly version: "v1";
|
|
279
|
-
readonly status: "
|
|
279
|
+
readonly status: "active";
|
|
280
280
|
readonly family: "kubernetes";
|
|
281
281
|
readonly source_endpoint: {
|
|
282
282
|
readonly entity_type: "service";
|
|
@@ -290,10 +290,10 @@ export declare const CONNECTION_CONTRACT_FAMILY_REGISTRIES: readonly [readonly [
|
|
|
290
290
|
};
|
|
291
291
|
readonly relation_class: "structural";
|
|
292
292
|
readonly attribute_schema_key: "relationship.deployment_binding.v1";
|
|
293
|
-
readonly evidence_level: "
|
|
293
|
+
readonly evidence_level: "implemented";
|
|
294
294
|
readonly provider_family: "kubernetes";
|
|
295
295
|
readonly provider_category: "deployment";
|
|
296
|
-
readonly notes: readonly ["
|
|
296
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
297
297
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
298
298
|
}], readonly [{
|
|
299
299
|
readonly key: "github_account_owns_repository";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
2
2
|
readonly key: "k8s_namespace_part_of_cluster";
|
|
3
3
|
readonly version: "v1";
|
|
4
|
-
readonly status: "
|
|
4
|
+
readonly status: "active";
|
|
5
5
|
readonly family: "kubernetes";
|
|
6
6
|
readonly source_endpoint: {
|
|
7
7
|
readonly entity_type: "resource";
|
|
@@ -16,14 +16,14 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
16
16
|
};
|
|
17
17
|
readonly relation_class: "structural";
|
|
18
18
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
19
|
-
readonly evidence_level: "
|
|
19
|
+
readonly evidence_level: "implemented";
|
|
20
20
|
readonly provider_family: "kubernetes";
|
|
21
21
|
readonly provider_category: "deployment";
|
|
22
22
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
23
23
|
}, {
|
|
24
24
|
readonly key: "k8s_service_part_of_namespace";
|
|
25
25
|
readonly version: "v1";
|
|
26
|
-
readonly status: "
|
|
26
|
+
readonly status: "active";
|
|
27
27
|
readonly family: "kubernetes";
|
|
28
28
|
readonly source_endpoint: {
|
|
29
29
|
readonly entity_type: "resource";
|
|
@@ -38,7 +38,7 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
38
38
|
};
|
|
39
39
|
readonly relation_class: "structural";
|
|
40
40
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
41
|
-
readonly evidence_level: "
|
|
41
|
+
readonly evidence_level: "implemented";
|
|
42
42
|
readonly provider_family: "kubernetes";
|
|
43
43
|
readonly provider_category: "deployment";
|
|
44
44
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
@@ -68,7 +68,7 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
68
68
|
}, {
|
|
69
69
|
readonly key: "k8s_service_routes_to_workload";
|
|
70
70
|
readonly version: "v1";
|
|
71
|
-
readonly status: "
|
|
71
|
+
readonly status: "active";
|
|
72
72
|
readonly family: "kubernetes";
|
|
73
73
|
readonly source_endpoint: {
|
|
74
74
|
readonly entity_type: "resource";
|
|
@@ -83,15 +83,15 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
83
83
|
};
|
|
84
84
|
readonly relation_class: "associative";
|
|
85
85
|
readonly attribute_schema_key: "relationship.selector_routing.v1";
|
|
86
|
-
readonly evidence_level: "
|
|
86
|
+
readonly evidence_level: "implemented";
|
|
87
87
|
readonly provider_family: "kubernetes";
|
|
88
88
|
readonly provider_category: "deployment";
|
|
89
|
-
readonly notes: readonly ["
|
|
89
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active selector-routing V1 shape."];
|
|
90
90
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
91
91
|
}, {
|
|
92
92
|
readonly key: "service_deployed_as_k8s_workload";
|
|
93
93
|
readonly version: "v1";
|
|
94
|
-
readonly status: "
|
|
94
|
+
readonly status: "active";
|
|
95
95
|
readonly family: "kubernetes";
|
|
96
96
|
readonly source_endpoint: {
|
|
97
97
|
readonly entity_type: "service";
|
|
@@ -105,9 +105,9 @@ export declare const KUBERNETES_CONNECTION_CONTRACTS: readonly [{
|
|
|
105
105
|
};
|
|
106
106
|
readonly relation_class: "structural";
|
|
107
107
|
readonly attribute_schema_key: "relationship.deployment_binding.v1";
|
|
108
|
-
readonly evidence_level: "
|
|
108
|
+
readonly evidence_level: "implemented";
|
|
109
109
|
readonly provider_family: "kubernetes";
|
|
110
110
|
readonly provider_category: "deployment";
|
|
111
|
-
readonly notes: readonly ["
|
|
111
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
112
112
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
113
113
|
}];
|
|
@@ -21,14 +21,14 @@ exports.KUBERNETES_CONNECTION_CONTRACTS = [
|
|
|
21
21
|
{
|
|
22
22
|
key: 'k8s_namespace_part_of_cluster',
|
|
23
23
|
version: 'v1',
|
|
24
|
-
status: status_1.CONNECTION_CONTRACT_STATUS.
|
|
24
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
25
25
|
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
26
26
|
source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_NAMESPACE, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
27
27
|
relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
|
|
28
28
|
target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_CLUSTER, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
29
29
|
relation_class: 'structural',
|
|
30
30
|
attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
|
|
31
|
-
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.
|
|
31
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
32
32
|
provider_family: 'kubernetes',
|
|
33
33
|
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
34
34
|
guardrails: kubernetesContractGuardrails,
|
|
@@ -36,14 +36,14 @@ exports.KUBERNETES_CONNECTION_CONTRACTS = [
|
|
|
36
36
|
{
|
|
37
37
|
key: 'k8s_service_part_of_namespace',
|
|
38
38
|
version: 'v1',
|
|
39
|
-
status: status_1.CONNECTION_CONTRACT_STATUS.
|
|
39
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
40
40
|
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
41
41
|
source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_SERVICE, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
42
42
|
relation: topology_1.TOPOLOGY_RELATION_TYPE.PART_OF,
|
|
43
43
|
target_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_NAMESPACE, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
44
44
|
relation_class: 'structural',
|
|
45
45
|
attribute_schema_key: types_1.STRUCTURAL_CONTAINMENT_ATTRIBUTE_SCHEMA_KEY,
|
|
46
|
-
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.
|
|
46
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
47
47
|
provider_family: 'kubernetes',
|
|
48
48
|
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
49
49
|
guardrails: kubernetesContractGuardrails,
|
|
@@ -67,33 +67,33 @@ exports.KUBERNETES_CONNECTION_CONTRACTS = [
|
|
|
67
67
|
{
|
|
68
68
|
key: 'k8s_service_routes_to_workload',
|
|
69
69
|
version: 'v1',
|
|
70
|
-
status: status_1.CONNECTION_CONTRACT_STATUS.
|
|
70
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
71
71
|
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
72
72
|
source_endpoint: { entity_type: 'resource', resource_type: topology_1.TOPOLOGY_RESOURCE_TYPE.KUBERNETES_SERVICE, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
73
73
|
relation: topology_1.TOPOLOGY_RELATION_TYPE.ROUTES_TO,
|
|
74
74
|
target_endpoint: { entity_type: 'resource', resource_types: KUBERNETES_WORKLOAD_RESOURCE_TYPES, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
75
75
|
relation_class: 'associative',
|
|
76
76
|
attribute_schema_key: types_1.SELECTOR_ROUTING_ATTRIBUTE_SCHEMA_KEY,
|
|
77
|
-
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.
|
|
77
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
78
78
|
provider_family: 'kubernetes',
|
|
79
79
|
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
80
|
-
notes: ['
|
|
80
|
+
notes: ['Verified by fresh Gateway source-sync/correlation export; active selector-routing V1 shape.'],
|
|
81
81
|
guardrails: kubernetesContractGuardrails,
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
key: 'service_deployed_as_k8s_workload',
|
|
85
85
|
version: 'v1',
|
|
86
|
-
status: status_1.CONNECTION_CONTRACT_STATUS.
|
|
86
|
+
status: status_1.CONNECTION_CONTRACT_STATUS.ACTIVE,
|
|
87
87
|
family: types_1.CONNECTION_CONTRACT_FAMILY.KUBERNETES,
|
|
88
88
|
source_endpoint: { entity_type: 'service', label: 'scoutflo_service' },
|
|
89
89
|
relation: topology_1.TOPOLOGY_RELATION_TYPE.DEPLOYED_AS,
|
|
90
90
|
target_endpoint: { entity_type: 'resource', resource_types: KUBERNETES_WORKLOAD_RESOURCE_TYPES, provider: providers_1.TOPOLOGY_PROVIDER.K8S },
|
|
91
91
|
relation_class: 'structural',
|
|
92
92
|
attribute_schema_key: types_1.DEPLOYMENT_BINDING_ATTRIBUTE_SCHEMA_KEY,
|
|
93
|
-
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.
|
|
93
|
+
evidence_level: types_1.CONNECTION_CONTRACT_EVIDENCE_LEVEL.IMPLEMENTED,
|
|
94
94
|
provider_family: 'kubernetes',
|
|
95
95
|
provider_category: types_1.CONNECTION_CONTRACT_PROVIDER_CATEGORY.DEPLOYMENT,
|
|
96
|
-
notes: ['
|
|
96
|
+
notes: ['Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape.'],
|
|
97
97
|
guardrails: kubernetesContractGuardrails,
|
|
98
98
|
},
|
|
99
99
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/kubernetes/index.ts"],"names":[],"mappings":";;;AAAA,wEAGuC;AACvC,qDAA0D;AAC1D,mDAAsF;AACtF,uCAQqB;AACrB,yCAA0D;AAE1D,MAAM,kCAAkC,GAAG;IACzC,iCAAsB,CAAC,qBAAqB;IAC5C,iCAAsB,CAAC,uBAAuB;IAC9C,iCAAsB,CAAC,qBAAqB;IAC5C,iCAAsB,CAAC,cAAc;IACrC,iCAAsB,CAAC,mBAAmB;CAClC,CAAC;AAEX,MAAM,4BAA4B,GAAG;IACnC,wEAAwE;IACxE,qFAAqF;CAC7E,CAAC;AAEE,QAAA,+BAA+B,GAAG;IAC7C;QACE,GAAG,EAAE,+BAA+B;QACpC,OAAO,EAAE,IAAI;QACb,MAAM,EAAE,mCAA0B,CAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/correlation/contracts/families/kubernetes/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,7 @@ import { type TopologyResourceType } from '../../topology';
|
|
|
4
4
|
export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
5
5
|
readonly key: "aws_vpc_part_of_account";
|
|
6
6
|
readonly version: "v1";
|
|
7
|
-
readonly status: "
|
|
7
|
+
readonly status: "active";
|
|
8
8
|
readonly family: "aws";
|
|
9
9
|
readonly source_endpoint: {
|
|
10
10
|
readonly entity_type: "resource";
|
|
@@ -19,7 +19,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
19
19
|
};
|
|
20
20
|
readonly relation_class: "structural";
|
|
21
21
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
22
|
-
readonly evidence_level: "
|
|
22
|
+
readonly evidence_level: "implemented";
|
|
23
23
|
readonly provider_family: "aws";
|
|
24
24
|
readonly provider_category: "cloud";
|
|
25
25
|
readonly notes: readonly ["Uses the generic persisted database resource_type; current AWS adapter evidence maps this to RDS-style resources."];
|
|
@@ -27,7 +27,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
27
27
|
} | {
|
|
28
28
|
readonly key: "aws_subnet_part_of_vpc";
|
|
29
29
|
readonly version: "v1";
|
|
30
|
-
readonly status: "
|
|
30
|
+
readonly status: "active";
|
|
31
31
|
readonly family: "aws";
|
|
32
32
|
readonly source_endpoint: {
|
|
33
33
|
readonly entity_type: "resource";
|
|
@@ -42,7 +42,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
42
42
|
};
|
|
43
43
|
readonly relation_class: "structural";
|
|
44
44
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
45
|
-
readonly evidence_level: "
|
|
45
|
+
readonly evidence_level: "implemented";
|
|
46
46
|
readonly provider_family: "aws";
|
|
47
47
|
readonly provider_category: "cloud";
|
|
48
48
|
readonly notes: readonly ["Uses the generic persisted object_storage resource_type; current AWS adapter evidence maps this to S3-style resources."];
|
|
@@ -50,7 +50,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
50
50
|
} | {
|
|
51
51
|
readonly key: "aws_compute_instance_part_of_subnet";
|
|
52
52
|
readonly version: "v1";
|
|
53
|
-
readonly status: "
|
|
53
|
+
readonly status: "active";
|
|
54
54
|
readonly family: "aws";
|
|
55
55
|
readonly source_endpoint: {
|
|
56
56
|
readonly entity_type: "resource";
|
|
@@ -65,7 +65,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
65
65
|
};
|
|
66
66
|
readonly relation_class: "structural";
|
|
67
67
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
68
|
-
readonly evidence_level: "
|
|
68
|
+
readonly evidence_level: "implemented";
|
|
69
69
|
readonly provider_family: "aws";
|
|
70
70
|
readonly provider_category: "cloud";
|
|
71
71
|
readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
|
|
@@ -73,7 +73,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
73
73
|
} | {
|
|
74
74
|
readonly key: "aws_compute_instance_part_of_vpc";
|
|
75
75
|
readonly version: "v1";
|
|
76
|
-
readonly status: "
|
|
76
|
+
readonly status: "active";
|
|
77
77
|
readonly family: "aws";
|
|
78
78
|
readonly source_endpoint: {
|
|
79
79
|
readonly entity_type: "resource";
|
|
@@ -88,7 +88,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
88
88
|
};
|
|
89
89
|
readonly relation_class: "structural";
|
|
90
90
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
91
|
-
readonly evidence_level: "
|
|
91
|
+
readonly evidence_level: "implemented";
|
|
92
92
|
readonly provider_family: "aws";
|
|
93
93
|
readonly provider_category: "cloud";
|
|
94
94
|
readonly notes: readonly ["Uses the generic persisted kubernetes_cluster resource_type; current AWS adapter evidence maps this to EKS-style resources."];
|
|
@@ -96,7 +96,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
96
96
|
} | {
|
|
97
97
|
readonly key: "aws_database_part_of_vpc";
|
|
98
98
|
readonly version: "v1";
|
|
99
|
-
readonly status: "
|
|
99
|
+
readonly status: "active";
|
|
100
100
|
readonly family: "aws";
|
|
101
101
|
readonly source_endpoint: {
|
|
102
102
|
readonly entity_type: "resource";
|
|
@@ -111,14 +111,14 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
111
111
|
};
|
|
112
112
|
readonly relation_class: "structural";
|
|
113
113
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
114
|
-
readonly evidence_level: "
|
|
114
|
+
readonly evidence_level: "implemented";
|
|
115
115
|
readonly provider_family: "aws";
|
|
116
116
|
readonly provider_category: "cloud";
|
|
117
117
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
118
118
|
} | {
|
|
119
119
|
readonly key: "aws_object_storage_part_of_account";
|
|
120
120
|
readonly version: "v1";
|
|
121
|
-
readonly status: "
|
|
121
|
+
readonly status: "active";
|
|
122
122
|
readonly family: "aws";
|
|
123
123
|
readonly source_endpoint: {
|
|
124
124
|
readonly entity_type: "resource";
|
|
@@ -133,14 +133,14 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
133
133
|
};
|
|
134
134
|
readonly relation_class: "structural";
|
|
135
135
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
136
|
-
readonly evidence_level: "
|
|
136
|
+
readonly evidence_level: "implemented";
|
|
137
137
|
readonly provider_family: "aws";
|
|
138
138
|
readonly provider_category: "cloud";
|
|
139
139
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
140
140
|
} | {
|
|
141
141
|
readonly key: "aws_kubernetes_cluster_part_of_vpc";
|
|
142
142
|
readonly version: "v1";
|
|
143
|
-
readonly status: "
|
|
143
|
+
readonly status: "active";
|
|
144
144
|
readonly family: "aws";
|
|
145
145
|
readonly source_endpoint: {
|
|
146
146
|
readonly entity_type: "resource";
|
|
@@ -155,14 +155,14 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
155
155
|
};
|
|
156
156
|
readonly relation_class: "structural";
|
|
157
157
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
158
|
-
readonly evidence_level: "
|
|
158
|
+
readonly evidence_level: "implemented";
|
|
159
159
|
readonly provider_family: "aws";
|
|
160
160
|
readonly provider_category: "cloud";
|
|
161
161
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
162
162
|
} | {
|
|
163
163
|
readonly key: "aws_kubernetes_cluster_part_of_account";
|
|
164
164
|
readonly version: "v1";
|
|
165
|
-
readonly status: "
|
|
165
|
+
readonly status: "active";
|
|
166
166
|
readonly family: "aws";
|
|
167
167
|
readonly source_endpoint: {
|
|
168
168
|
readonly entity_type: "resource";
|
|
@@ -177,14 +177,14 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
177
177
|
};
|
|
178
178
|
readonly relation_class: "structural";
|
|
179
179
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
180
|
-
readonly evidence_level: "
|
|
180
|
+
readonly evidence_level: "implemented";
|
|
181
181
|
readonly provider_family: "aws";
|
|
182
182
|
readonly provider_category: "cloud";
|
|
183
183
|
readonly guardrails: readonly ["Candidate registry metadata only; Gateway owns source-sync stamping, validation, and reconciliation.", "Provider-specific AWS identifiers remain in source_attributes and must not become global normalized keys."];
|
|
184
184
|
} | {
|
|
185
185
|
readonly key: "k8s_namespace_part_of_cluster";
|
|
186
186
|
readonly version: "v1";
|
|
187
|
-
readonly status: "
|
|
187
|
+
readonly status: "active";
|
|
188
188
|
readonly family: "kubernetes";
|
|
189
189
|
readonly source_endpoint: {
|
|
190
190
|
readonly entity_type: "resource";
|
|
@@ -199,14 +199,14 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
199
199
|
};
|
|
200
200
|
readonly relation_class: "structural";
|
|
201
201
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
202
|
-
readonly evidence_level: "
|
|
202
|
+
readonly evidence_level: "implemented";
|
|
203
203
|
readonly provider_family: "kubernetes";
|
|
204
204
|
readonly provider_category: "deployment";
|
|
205
205
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
206
206
|
} | {
|
|
207
207
|
readonly key: "k8s_service_part_of_namespace";
|
|
208
208
|
readonly version: "v1";
|
|
209
|
-
readonly status: "
|
|
209
|
+
readonly status: "active";
|
|
210
210
|
readonly family: "kubernetes";
|
|
211
211
|
readonly source_endpoint: {
|
|
212
212
|
readonly entity_type: "resource";
|
|
@@ -221,7 +221,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
221
221
|
};
|
|
222
222
|
readonly relation_class: "structural";
|
|
223
223
|
readonly attribute_schema_key: "relationship.structural_containment.v1";
|
|
224
|
-
readonly evidence_level: "
|
|
224
|
+
readonly evidence_level: "implemented";
|
|
225
225
|
readonly provider_family: "kubernetes";
|
|
226
226
|
readonly provider_category: "deployment";
|
|
227
227
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
@@ -251,7 +251,7 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
251
251
|
} | {
|
|
252
252
|
readonly key: "k8s_service_routes_to_workload";
|
|
253
253
|
readonly version: "v1";
|
|
254
|
-
readonly status: "
|
|
254
|
+
readonly status: "active";
|
|
255
255
|
readonly family: "kubernetes";
|
|
256
256
|
readonly source_endpoint: {
|
|
257
257
|
readonly entity_type: "resource";
|
|
@@ -266,15 +266,15 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
266
266
|
};
|
|
267
267
|
readonly relation_class: "associative";
|
|
268
268
|
readonly attribute_schema_key: "relationship.selector_routing.v1";
|
|
269
|
-
readonly evidence_level: "
|
|
269
|
+
readonly evidence_level: "implemented";
|
|
270
270
|
readonly provider_family: "kubernetes";
|
|
271
271
|
readonly provider_category: "deployment";
|
|
272
|
-
readonly notes: readonly ["
|
|
272
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active selector-routing V1 shape."];
|
|
273
273
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
274
274
|
} | {
|
|
275
275
|
readonly key: "service_deployed_as_k8s_workload";
|
|
276
276
|
readonly version: "v1";
|
|
277
|
-
readonly status: "
|
|
277
|
+
readonly status: "active";
|
|
278
278
|
readonly family: "kubernetes";
|
|
279
279
|
readonly source_endpoint: {
|
|
280
280
|
readonly entity_type: "service";
|
|
@@ -288,10 +288,10 @@ export declare const CONNECTION_CONTRACT_REGISTRY: ({
|
|
|
288
288
|
};
|
|
289
289
|
readonly relation_class: "structural";
|
|
290
290
|
readonly attribute_schema_key: "relationship.deployment_binding.v1";
|
|
291
|
-
readonly evidence_level: "
|
|
291
|
+
readonly evidence_level: "implemented";
|
|
292
292
|
readonly provider_family: "kubernetes";
|
|
293
293
|
readonly provider_category: "deployment";
|
|
294
|
-
readonly notes: readonly ["
|
|
294
|
+
readonly notes: readonly ["Verified by fresh Gateway source-sync/correlation export; active deployment-binding V1 shape."];
|
|
295
295
|
readonly guardrails: readonly ["Do not rename the ratified active k8s workload namespace contract key.", "Gateway owns runtime stamping, validation, selector evaluation, and reconciliation."];
|
|
296
296
|
} | {
|
|
297
297
|
readonly key: "github_account_owns_repository";
|