Skip to content

Commit 23d3242

Browse files
yashmehrotramoshloop
authored andcommitted
chore: update
1 parent 183dd25 commit 23d3242

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

mission-control/docs/guide/config-db/scrapers/kubernetes-file.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,23 @@ spec:
3939

4040
### KubernetesFile
4141

42-
<CustomScraper rows={[
43-
42+
<CustomScraper connection="kubernetes" rows={[
4443
{
4544
"field": "selector",
4645
"description": "Pods to extract files from",
4746
"scheme": "ResourceSelector",
4847
"required": true,
4948
},
50-
{
49+
{
5150
"field": "container",
5251
"description": "Name of container",
53-
5452
},
5553
{
5654
"field": "files",
5755
"description": "List of files inside the pod to scrape",
5856
"scheme": "[[]File](#file)",
5957
"required": "true"
6058
},
61-
6259
]}/>
6360

6461

mission-control/docs/guide/topology/lookups/kubernetes.md renamed to mission-control/docs/guide/topology/lookups/kubernetes.mdx

File renamed without changes.

mission-control/docs/reference/connections/kubernetes.mdx

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,7 @@ sidebar_custom_props:
77
Kubernetes connections enable integration with Kubernetes clusters across different cloud providers and environments.
88
You can configure connections to AWS EKS clusters, Google Cloud GKE instances, and Config Connector (CNRM) implementations.
99

10-
<Fields connection="kubernetes" rows={[
11-
{
12-
field: "connection",
13-
description: "The connection url to use, mutually exclusive with `kubeconfig`",
14-
scheme: "Connection",
15-
},
16-
{
17-
field: "kubeconfig",
18-
description: "Source for kubeconfig",
19-
scheme: "EnvVar"
20-
},
21-
{
22-
field: "eks",
23-
description: "EKS connection details",
24-
scheme: "[EKS](#eks-connection)",
25-
},
26-
{
27-
field: "gke",
28-
description: "GKE connection details",
29-
scheme: "[GKE](#gke-connection)",
30-
},
31-
{
32-
field: "cnrm",
33-
description: "CNRM connection details",
34-
scheme: "[CNRM](#cnrm-connection)",
35-
}
36-
]}
37-
/>
10+
<Fields connection="kubernetes" />
3811

3912
:::note
4013
One of the four sources of connection details must be provided.

0 commit comments

Comments
 (0)