@k8slens/extensions 6.3.0-git.2a4b06dd81.0 → 6.3.0-git.33e6771da3.0
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/common/k8s-api/endpoints/events.api.d.ts +3 -3
- package/dist/src/extensions/extension-api.js +21 -10
- package/dist/src/main/start-main-application/lens-window/application-window/create-lens-window.injectable.d.ts +4 -0
- package/dist/src/renderer/components/+config-autoscalers/horizontal-pod-autoscalers-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-autoscalers/hpa.d.ts +1 -5
- package/dist/src/renderer/components/+config-limit-ranges/limit-ranges-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-limit-ranges/limit-ranges.d.ts +1 -3
- package/dist/src/renderer/components/+config-maps/config-map-details.d.ts +1 -8
- package/dist/src/renderer/components/+config-maps/config-maps-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-maps/config-maps.d.ts +1 -3
- package/dist/src/renderer/components/+config-pod-disruption-budgets/pod-disruption-budgets-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-pod-disruption-budgets/pod-disruption-budgets.d.ts +1 -3
- package/dist/src/renderer/components/+config-resource-quotas/resource-quotas-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-resource-quotas/resource-quotas.d.ts +1 -3
- package/dist/src/renderer/components/+config-secrets/secret-details.d.ts +1 -12
- package/dist/src/renderer/components/+config-secrets/secrets-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+config-secrets/secrets.d.ts +1 -3
- package/dist/src/renderer/components/+namespaces/namespace-select-filter-model/filter-by-namespace.injectable.d.ts +3 -0
- package/dist/src/renderer/components/+network-endpoints/endpoints-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+network-endpoints/endpoints.d.ts +1 -3
- package/dist/src/renderer/components/+network-ingresses/ingresses-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+network-ingresses/ingresses.d.ts +1 -3
- package/dist/src/renderer/components/+network-policies/network-policies-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+network-policies/network-policies.d.ts +1 -3
- package/dist/src/renderer/components/+network-services/service-details-endpoint.d.ts +1 -3
- package/dist/src/renderer/components/+network-services/services-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+network-services/services.d.ts +1 -3
- package/dist/src/renderer/components/+storage-volume-claims/persistent-volume-claims-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+storage-volume-claims/volume-claims.d.ts +1 -3
- package/dist/src/renderer/components/+user-management/+cluster-roles/legacy-store.d.ts +1 -1
- package/dist/src/renderer/components/+user-management/+cluster-roles/store.d.ts +1 -1
- package/dist/src/renderer/components/+user-management/+cluster-roles/store.injectable.d.ts +2 -2
- package/dist/src/renderer/components/+user-management/+role-bindings/role-bindings-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+user-management/+role-bindings/view.d.ts +1 -3
- package/dist/src/renderer/components/+user-management/+roles/roles-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+user-management/+roles/view.d.ts +1 -3
- package/dist/src/renderer/components/+user-management/+service-accounts/details.d.ts +2 -10
- package/dist/src/renderer/components/+user-management/+service-accounts/service-accounts-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+user-management/+service-accounts/view.d.ts +1 -3
- package/dist/src/renderer/components/+workloads-daemonsets/daemonsets-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+workloads-daemonsets/daemonsets.d.ts +1 -5
- package/dist/src/renderer/components/+workloads-deployments/deployment-replicasets.d.ts +1 -4
- package/dist/src/renderer/components/+workloads-deployments/deployments-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+workloads-deployments/deployments.d.ts +1 -6
- package/dist/src/renderer/components/+workloads-jobs/jobs-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+workloads-jobs/jobs.d.ts +1 -3
- package/dist/src/renderer/components/+workloads-replicasets/replicasets-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+workloads-replicasets/replicasets.d.ts +1 -3
- package/dist/src/renderer/components/+workloads-statefulsets/statefulsets-route-component.injectable.d.ts +1 -2
- package/dist/src/renderer/components/+workloads-statefulsets/statefulsets.d.ts +1 -5
- package/dist/src/renderer/components/kube-object-details/kube-object-detail-items/implementations/config-map-detail-item.injectable.d.ts +2 -2
- package/dist/src/renderer/components/kube-object-details/kube-object-detail-items/implementations/secrets-detail-item.injectable.d.ts +2 -2
- package/dist/src/renderer/components/kube-object-details/kube-object-detail-items/implementations/service-account-detail-item.injectable.d.ts +2 -2
- package/dist/src/renderer/components/layout/siblings-in-tab-layout.d.ts +1 -0
- package/dist/src/renderer/components/layout/tab-layout-2.d.ts +2 -1
- package/dist/src/renderer/components/layout/tab-layout.d.ts +2 -1
- package/package.json +1 -1
- package/dist/src/renderer/components/+config-autoscalers/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+config-limit-ranges/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+config-maps/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+config-pod-disruption-budgets/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+config-resource-quotas/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+config-secrets/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+network-endpoints/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+network-ingresses/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+network-policies/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+network-services/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+storage-volume-claims/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+workloads-daemonsets/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+workloads-deployments/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+workloads-jobs/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+workloads-replicasets/legacy-store.d.ts +0 -8
- package/dist/src/renderer/components/+workloads-statefulsets/legacy-store.d.ts +0 -8
@@ -33,6 +33,10 @@ export interface LensWindowConfiguration {
|
|
33
33
|
windowFrameUtilitiesAreShown: boolean;
|
34
34
|
centered: boolean;
|
35
35
|
titleBarStyle?: ElectronWindowTitleBarStyle;
|
36
|
+
/**
|
37
|
+
* This function is called before the ContentSource is used and then awaited after
|
38
|
+
* the open call resolves
|
39
|
+
*/
|
36
40
|
beforeOpen?: () => Promise<void>;
|
37
41
|
onFocus?: () => void;
|
38
42
|
onBlur?: () => void;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { HorizontalPodAutoscalers } from "./hpa";
|
3
2
|
declare const horizontalPodAutoscalersRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,8 +4,4 @@
|
|
4
4
|
*/
|
5
5
|
import "./hpa.scss";
|
6
6
|
import React from "react";
|
7
|
-
|
8
|
-
export declare class HorizontalPodAutoscalers extends React.Component {
|
9
|
-
getTargets(hpa: HorizontalPodAutoscaler): JSX.Element;
|
10
|
-
render(): JSX.Element;
|
11
|
-
}
|
7
|
+
export declare const HorizontalPodAutoscalers: React.FunctionComponent<{}>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { LimitRanges } from "./limit-ranges";
|
3
2
|
declare const limitRangesRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -8,11 +8,4 @@ import type { KubeObjectDetailsProps } from "../kube-object-details";
|
|
8
8
|
import { ConfigMap } from "../../../common/k8s-api/endpoints";
|
9
9
|
export interface ConfigMapDetailsProps extends KubeObjectDetailsProps<ConfigMap> {
|
10
10
|
}
|
11
|
-
export declare
|
12
|
-
isSaving: boolean;
|
13
|
-
data: import("mobx").ObservableMap<string, string | undefined>;
|
14
|
-
constructor(props: ConfigMapDetailsProps);
|
15
|
-
componentDidMount(): Promise<void>;
|
16
|
-
save: () => Promise<void>;
|
17
|
-
render(): JSX.Element | null;
|
18
|
-
}
|
11
|
+
export declare const ConfigMapDetails: React.FunctionComponent<ConfigMapDetailsProps>;
|
package/dist/src/renderer/components/+config-maps/config-maps-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { ConfigMaps } from "./config-maps";
|
3
2
|
declare const configMapsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { PodDisruptionBudgets } from "./pod-disruption-budgets";
|
3
2
|
declare const podDisruptionBudgetsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<import("./pod-disruption-budgets").PodDisruptionBudgetsProps>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
package/dist/src/renderer/components/+config-pod-disruption-budgets/pod-disruption-budgets.d.ts
CHANGED
@@ -8,6 +8,4 @@ import type { PodDisruptionBudget } from "../../../common/k8s-api/endpoints/pod-
|
|
8
8
|
import type { KubeObjectDetailsProps } from "../kube-object-details";
|
9
9
|
export interface PodDisruptionBudgetsProps extends KubeObjectDetailsProps<PodDisruptionBudget> {
|
10
10
|
}
|
11
|
-
export declare
|
12
|
-
render(): JSX.Element;
|
13
|
-
}
|
11
|
+
export declare const PodDisruptionBudgets: React.FunctionComponent<PodDisruptionBudgetsProps>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { ResourceQuotas } from "./resource-quotas";
|
3
2
|
declare const resourceQuotasRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -8,15 +8,4 @@ import type { KubeObjectDetailsProps } from "../kube-object-details";
|
|
8
8
|
import { Secret } from "../../../common/k8s-api/endpoints";
|
9
9
|
export interface SecretDetailsProps extends KubeObjectDetailsProps<Secret> {
|
10
10
|
}
|
11
|
-
export declare
|
12
|
-
isSaving: boolean;
|
13
|
-
data: Partial<Record<string, string>>;
|
14
|
-
revealSecret: import("mobx").ObservableSet<string>;
|
15
|
-
constructor(props: SecretDetailsProps);
|
16
|
-
componentDidMount(): Promise<void>;
|
17
|
-
saveSecret: () => Promise<void>;
|
18
|
-
editData: (name: string, value: string, encoded: boolean) => void;
|
19
|
-
renderSecret: ([name, value]: [string, string | undefined]) => JSX.Element;
|
20
|
-
renderData(): JSX.Element | null;
|
21
|
-
render(): JSX.Element | null;
|
22
|
-
}
|
11
|
+
export declare const SecretDetails: React.FunctionComponent<SecretDetailsProps>;
|
package/dist/src/renderer/components/+config-secrets/secrets-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Secrets } from "./secrets";
|
3
2
|
declare const secretsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
package/dist/src/renderer/components/+network-endpoints/endpoints-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Endpoints } from "./endpoints";
|
3
2
|
declare const endpointsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
package/dist/src/renderer/components/+network-ingresses/ingresses-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Ingresses } from "./ingresses";
|
3
2
|
declare const ingressesRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { NetworkPolicies } from "./network-policies";
|
3
2
|
declare const networkPoliciesRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -7,6 +7,4 @@ import { Endpoints } from "../../../common/k8s-api/endpoints";
|
|
7
7
|
export interface ServiceDetailsEndpointProps {
|
8
8
|
endpoints: Endpoints;
|
9
9
|
}
|
10
|
-
export declare
|
11
|
-
render(): JSX.Element | null;
|
12
|
-
}
|
10
|
+
export declare const ServiceDetailsEndpoint: React.FunctionComponent<ServiceDetailsEndpointProps>;
|
package/dist/src/renderer/components/+network-services/services-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Services } from "./services";
|
3
2
|
declare const servicesRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { PersistentVolumeClaims } from "./volume-claims";
|
3
2
|
declare const persistentVolumeClaimsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,6 +4,6 @@
|
|
4
4
|
*/
|
5
5
|
import type { ClusterRole, ClusterRoleApi, ClusterRoleData } from "../../../../common/k8s-api/endpoints";
|
6
6
|
import { KubeObjectStore } from "../../../../common/k8s-api/kube-object.store";
|
7
|
-
export declare class
|
7
|
+
export declare class ClusterRoleStore extends KubeObjectStore<ClusterRole, ClusterRoleApi, ClusterRoleData> {
|
8
8
|
protected sortItems(items: ClusterRole[]): ClusterRole[];
|
9
9
|
}
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
declare const clusterRoleStoreInjectable: import("@ogre-tools/injectable").Injectable<
|
1
|
+
import { ClusterRoleStore } from "./store";
|
2
|
+
declare const clusterRoleStoreInjectable: import("@ogre-tools/injectable").Injectable<ClusterRoleStore, import("../../../../common/k8s-api/kube-object.store").KubeObjectStore<any, any, any>, void>;
|
3
3
|
export default clusterRoleStoreInjectable;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { RoleBindings } from "./view";
|
3
2
|
declare const roleBindingsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
package/dist/src/renderer/components/+user-management/+roles/roles-route-component.injectable.d.ts
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Roles } from "./view";
|
3
2
|
declare const rolesRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,16 +4,8 @@
|
|
4
4
|
*/
|
5
5
|
import "./details.scss";
|
6
6
|
import React from "react";
|
7
|
-
import type {
|
7
|
+
import type { ServiceAccount } from "../../../../common/k8s-api/endpoints";
|
8
8
|
import type { KubeObjectDetailsProps } from "../../kube-object-details";
|
9
9
|
export interface ServiceAccountsDetailsProps extends KubeObjectDetailsProps<ServiceAccount> {
|
10
10
|
}
|
11
|
-
export declare
|
12
|
-
readonly secrets: import("mobx").IObservableArray<string | Secret>;
|
13
|
-
readonly imagePullSecrets: import("mobx").IObservableArray<string | Secret>;
|
14
|
-
componentDidMount(): void;
|
15
|
-
renderSecrets(): JSX.Element | JSX.Element[];
|
16
|
-
renderImagePullSecrets(): JSX.Element | JSX.Element[];
|
17
|
-
renderSecretLinks(secrets: (Secret | string)[]): JSX.Element[];
|
18
|
-
render(): JSX.Element | null;
|
19
|
-
}
|
11
|
+
export declare const ServiceAccountsDetails: React.FunctionComponent<ServiceAccountsDetailsProps>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { ServiceAccounts } from "./view";
|
3
2
|
declare const serviceAccountsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { DaemonSets } from "./daemonsets";
|
3
2
|
declare const daemonsetsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,8 +4,4 @@
|
|
4
4
|
*/
|
5
5
|
import "./daemonsets.scss";
|
6
6
|
import React from "react";
|
7
|
-
|
8
|
-
export declare class DaemonSets extends React.Component {
|
9
|
-
getPodsLength(daemonSet: DaemonSet): number;
|
10
|
-
render(): JSX.Element;
|
11
|
-
}
|
7
|
+
export declare const DaemonSets: React.FunctionComponent<{}>;
|
@@ -9,8 +9,5 @@ import type { KubeObjectMenuProps } from "../kube-object-menu";
|
|
9
9
|
export interface DeploymentReplicaSetsProps {
|
10
10
|
replicaSets: ReplicaSet[];
|
11
11
|
}
|
12
|
-
export declare
|
13
|
-
getPodsLength(replicaSet: ReplicaSet): number;
|
14
|
-
render(): JSX.Element | null;
|
15
|
-
}
|
12
|
+
export declare const DeploymentReplicaSets: React.FunctionComponent<DeploymentReplicaSetsProps>;
|
16
13
|
export declare function ReplicaSetMenu(props: KubeObjectMenuProps<ReplicaSet>): JSX.Element;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Deployments } from "./deployments";
|
3
2
|
declare const deploymentsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,9 +4,4 @@
|
|
4
4
|
*/
|
5
5
|
import "./deployments.scss";
|
6
6
|
import React from "react";
|
7
|
-
|
8
|
-
export declare class Deployments extends React.Component {
|
9
|
-
renderPods(deployment: Deployment): string;
|
10
|
-
renderConditions(deployment: Deployment): JSX.Element[];
|
11
|
-
render(): JSX.Element;
|
12
|
-
}
|
7
|
+
export declare const Deployments: React.FunctionComponent<{}>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { Jobs } from "./jobs";
|
3
2
|
declare const jobsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { ReplicaSets } from "./replicasets";
|
3
2
|
declare const replicasetsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -1,12 +1,11 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import { StatefulSets } from "./statefulsets";
|
3
2
|
declare const statefulsetsRouteComponentInjectable: import("@ogre-tools/injectable").Injectable<{
|
4
3
|
route: {
|
5
4
|
path: string;
|
6
5
|
clusterFrame: boolean;
|
7
6
|
isEnabled: import("mobx").IComputedValue<boolean>;
|
8
7
|
};
|
9
|
-
Component:
|
8
|
+
Component: import("react").FunctionComponent<{}>;
|
10
9
|
}, {
|
11
10
|
route: import("../../../common/front-end-routing/front-end-route-injection-token").Route<unknown>;
|
12
11
|
Component: import("react").ElementType<any>;
|
@@ -4,8 +4,4 @@
|
|
4
4
|
*/
|
5
5
|
import "./statefulsets.scss";
|
6
6
|
import React from "react";
|
7
|
-
|
8
|
-
export declare class StatefulSets extends React.Component {
|
9
|
-
renderPods(statefulSet: StatefulSet): string;
|
10
|
-
render(): JSX.Element;
|
11
|
-
}
|
7
|
+
export declare const StatefulSets: React.FunctionComponent<{}>;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
declare const configMapDetailItemInjectable: import("@ogre-tools/injectable").Injectable<{
|
3
|
-
Component:
|
3
|
+
Component: import("react").FunctionComponent<import("../../../+config-maps").ConfigMapDetailsProps>;
|
4
4
|
enabled: import("mobx").IComputedValue<boolean>;
|
5
5
|
orderNumber: number;
|
6
6
|
}, import("../kube-object-detail-item-injection-token").KubeObjectDetailItem, void>;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
declare const secretsDetailItemInjectable: import("@ogre-tools/injectable").Injectable<{
|
3
|
-
Component:
|
3
|
+
Component: import("react").FunctionComponent<import("../../../+config-secrets").SecretDetailsProps>;
|
4
4
|
enabled: import("mobx").IComputedValue<boolean>;
|
5
5
|
orderNumber: number;
|
6
6
|
}, import("../kube-object-detail-item-injection-token").KubeObjectDetailItem, void>;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
declare const serviceAccountDetailItemInjectable: import("@ogre-tools/injectable").Injectable<{
|
3
|
-
Component:
|
3
|
+
Component: import("react").FunctionComponent<import("../../../+user-management/+service-accounts").ServiceAccountsDetailsProps>;
|
4
4
|
enabled: import("mobx").IComputedValue<boolean>;
|
5
5
|
orderNumber: number;
|
6
6
|
}, import("../kube-object-detail-item-injection-token").KubeObjectDetailItem, void>;
|