mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e429b91142
commit
3916157b6e
@ -19,9 +19,6 @@
|
|||||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export { KubernetesCluster, kubernetesClusterCategory } from "./kubernetes-cluster";
|
export * from "./general";
|
||||||
export { GeneralEntity } from "./general";
|
export * from "./kubernetes-cluster";
|
||||||
export { WebLink } from "./web-link";
|
export * from "./web-link";
|
||||||
|
|
||||||
export type { KubernetesClusterPrometheusMetrics, KubernetesClusterSpec, KubernetesClusterMetadata } from "./kubernetes-cluster";
|
|
||||||
export type { WebLinkSpec, WebLinkStatus, WebLinkStatusPhase } from "./web-link";
|
|
||||||
|
|||||||
@ -19,5 +19,20 @@
|
|||||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export * from "../../common/catalog-entities";
|
export {
|
||||||
|
KubernetesCluster,
|
||||||
|
kubernetesClusterCategory,
|
||||||
|
GeneralEntity,
|
||||||
|
WebLink,
|
||||||
|
} from "../../common/catalog-entities";
|
||||||
|
|
||||||
|
export type {
|
||||||
|
KubernetesClusterPrometheusMetrics,
|
||||||
|
KubernetesClusterSpec,
|
||||||
|
KubernetesClusterMetadata,
|
||||||
|
WebLinkSpec,
|
||||||
|
WebLinkStatus,
|
||||||
|
WebLinkStatusPhase,
|
||||||
|
} from "../../common/catalog-entities";
|
||||||
|
|
||||||
export * from "../../common/catalog/catalog-entity";
|
export * from "../../common/catalog/catalog-entity";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user