/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ import { observer } from "mobx-react"; import React from "react"; import { HelmCharts } from "./kubernetes/helm-charts/helm-charts"; import { KubeconfigSyncs } from "./kubeconfig-syncs"; import { KubectlBinaries } from "./kubectl-binaries"; import { Preferences } from "./preferences"; export const Kubernetes = observer(() => (

Kubernetes


Kubeconfig Syncs


Helm Charts

));