export declare const enum PodsRightPanelTabsKeys { PodsDetailsKey = "pod-details", PodsLogsKey = "pod-logs", PodsYamlKey = "pod-yaml" } export declare const enum SelectedItemKeys { ReplicaSetKey = "replica-set", DaemonSetKey = "daemon-set", StatefulSetKey = "stateful-set", OrphanPodKey = "orphan-pod", ServiceItemKey = "service-item", ImageDetailsKey = "image-details", PodDetailsKey = "pod-details" } export declare namespace WorkloadsEvents { const DeploymentsFetchedEvent: string; const ReplicaSetsFetchedEvent: string; const DaemonSetsFetchedEvent: string; const StatefulSetsFetchedEvent: string; const WorkloadPodsFetchedEvent: string; const WorkloadsFoundEvent: string; const ZeroDeploymentsFoundEvent: string; } export declare namespace ServicesEvents { const ServicesFetchedEvent: string; const ServicePodsFetchedEvent: string; const ServicesFoundEvent: string; } export declare namespace PodsEvents { const PodsFetchedEvent: string; const LabelledPodsFetchedEvent: string; } export declare namespace ImageDetailsEvents { const HasImageDetailsEvent: string; const SetImageDetailsEvent: string; } export declare namespace HyperLinks { const WorkloadsLink: string; const LinkToPodsUsingLabelsLink: string; const ServicesLink: string; const ResourceDeletedLink: string; const ResourceAccessDeniedLink: string; } export declare namespace Scenarios { const Services = "KubeSummary.ServicesList"; const PodsList = "KubeSummary.PodsList"; const ImageDetails = "KubeSummary.ImageDetails"; const PodsDetails = "KubeSummary.PodsDetails"; const ServiceDetails = "KubeSummary.ServiceDetails"; const PodOverview = "KubeSummary.PodOverview"; const PodLogs = "KubeSummary.PodLogs"; const PodYaml = "KubeSummary.PodYaml"; const WorkloadDetails = "KubeSummary.WorkloadDetails"; const Workloads = "KubeSummary.Workloads"; }