import { TypeMeta } from '@alauda-fe/common'; export declare const RESOURCE_DEFINITIONS: { readonly VERTICAL_POD_AUTOSCALER: { readonly apiGroup: "autoscaling.k8s.io"; readonly apiVersion: "v1"; readonly type: "VerticalPodAutoscaler"; }; readonly POD_AUTOSCALER: { readonly apiGroup: "autoscaling.k8s.io"; readonly apiVersion: "v1"; readonly type: "PodAutoscaler"; }; readonly ROUTE: { readonly type: "routes"; readonly apiGroup: "route.openshift.io"; }; readonly ADDON: { readonly apiGroup: "platform.tkestack.io"; readonly type: "addons"; }; readonly INSTALLPLAN: { readonly apiGroup: "operators.coreos.com"; readonly apiVersion: "v1alpha1"; readonly type: "installplans"; }; readonly CEPH_CLUSTER: { readonly apiGroup: "ceph.rook.io"; readonly apiVersion: "v1"; readonly type: "cephclusters"; }; readonly CEPH_FILE_SYSTEM: { readonly apiGroup: "ceph.rook.io"; readonly apiVersion: "v1"; readonly type: "cephfilesystems"; }; readonly ARTIFACT: { readonly apiGroup: "meta.katanomi.dev"; readonly apiVersion: "v1alpha1"; readonly type: "artifacts"; }; readonly TDSQL_INSTANCE: { readonly type: "instances"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; }; readonly TDSQL_INSTANCE_BINDING: { readonly type: "instancebindings"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; }; readonly TDSQL_ACCOUNTS: { readonly type: "accounts"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; }; readonly TDSQL_INSTANCE_SET: { readonly type: "requests"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; }; readonly CEPH_BLOCK_POOL: { readonly apiGroup: "ceph.rook.io"; readonly type: "cephblockpools"; }; readonly CSI_DRIVER: { readonly apiGroup: "storage.k8s.io"; readonly type: "csidrivers"; }; readonly EPHEMERAL_CONTAINERS: { readonly type: "ephemeralcontainers"; }; readonly APP_CONFIG: { readonly apiGroup: "asm.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "appconfigs"; }; readonly CEPH_OBJECT_STORE: { readonly apiGroup: "ceph.rook.io"; readonly type: "cephobjectstores"; }; readonly TOPOLVM_CLUSTER: { readonly type: "topolvmclusters"; readonly apiGroup: "topolvm.cybozu.com"; readonly apiVersion: "v1"; }; readonly VLAN: { readonly type: "vlans"; readonly apiGroup: "kubeovn.io"; }; readonly PROVIDER_NETWORK: { readonly type: "provider-networks"; readonly apiGroup: "kubeovn.io"; }; readonly INGRESS_CLASS: { readonly apiGroup: "networking.k8s.io"; readonly type: "ingressclasses"; }; readonly INGRESS_V1BEAT1: { readonly apiGroup: "networking.k8s.io"; readonly type: "ingresses"; readonly apiVersion: "v1beta1"; }; readonly NAMESPACE_AUDIT: { readonly apiGroup: "aiops.alauda.io"; readonly type: "namespaceaudits"; }; readonly OAM_APP_STATUS: { readonly apiGroup: "oam.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "appstatuses"; }; readonly OAM_COMPONENT_DEFINITION: { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "componentdefinitions"; }; readonly OAM_TRAIT_DEFINITION: { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "traitdefinitions"; }; readonly OAM_APP_REVISION: { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "applicationrevisions"; }; readonly ALAUDA_BUCKET_REQUEST: { readonly apiGroup: "cosi.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "alaudabucketrequests"; }; readonly BUCKET_ACCESS_CLASS: { readonly apiGroup: "objectstorage.k8s.io"; readonly apiVersion: "v1alpha1"; readonly type: "bucketaccessclasses"; }; readonly BUCKET_ACCESS_REQUEST: { readonly apiGroup: "objectstorage.k8s.io"; readonly apiVersion: "v1alpha1"; readonly type: "bucketaccessrequests"; }; readonly GATEWAY_CLASS: { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "gatewayclasses"; }; readonly GATEWAY: { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "gateways"; }; readonly HTTP_ROUTE: { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "httproutes"; }; readonly ENVOY_PROXY: { readonly apiGroup: "gateway.envoyproxy.io"; readonly apiVersion: "v1alpha1"; readonly type: "envoyproxies"; }; readonly TCP_ROUTE: { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1alpha2"; readonly type: "tcproutes"; }; readonly UDP_ROUTE: { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1alpha2"; readonly type: "udproutes"; }; readonly ALAUDA_ARTIFACT: { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "artifacts"; }; readonly ALAUDA_ARTIFACT_VERSION: { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "artifactversions"; }; readonly ARTIFACT_UPLOAD_PROCESSOR: { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1"; readonly type: "artifactuploadprocessors"; }; readonly GIT_COMMIT: { readonly apiGroup: "gitops.app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "applications/commit"; }; readonly GITOPS_IGNORE_DIFFERENCE: { readonly apiGroup: "gitops.app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "gitopsignoredifferences"; }; readonly GATEKEEPER_CONSTRAINTS: { readonly apiGroup: "gatekeeper.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "constraints"; }; readonly ARTIFACT_APP: { readonly apiGroup: "app.alauda.io"; readonly type: "artifacts"; readonly apiVersion: "v1alpha1"; }; readonly ARTIFACT_VERSION: { readonly apiGroup: "app.alauda.io"; readonly type: "artifactversions"; readonly apiVersion: "v1alpha1"; }; readonly APP_PACKAGE_MANIFEST: { readonly apiGroup: "app.alauda.io"; readonly type: "packagemanifests"; readonly apiVersion: "v1alpha1"; }; readonly MINIO_PEER: { readonly apiGroup: "minio.min.io"; readonly apiVersion: "v1alpha1"; readonly type: "miniopeers"; }; readonly GITOPS_APPLICATIONS: { readonly apiGroup: "gitops.app.alauda.io"; readonly type: "applications"; }; readonly GIT_BUILD: { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "builds"; }; readonly GIT_BUILD_RUN: { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "buildruns"; }; readonly GIT_BUILDER_IMAGE_CATEGORY: { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "builderimagecategories"; }; readonly VOLUME_SNAPSHOT: { readonly type: "volumesnapshots"; readonly apiGroup: "snapshot.storage.k8s.io"; readonly apiVersion: "v1"; }; readonly SUBNET_KUBE_OVN: { readonly type: "subnets"; readonly apiGroup: "kubeovn.io"; }; readonly SUBNET_KUBE_OVN_IP: { readonly type: "ips"; readonly apiGroup: "kubeovn.io"; }; readonly L2_ADVERTISEMENT: { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "l2advertisements"; }; readonly IP_POOL: { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "ipaddresspools"; }; readonly BGP_PEER: { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta2"; readonly type: "bgppeers"; }; readonly BGP_ADVERTISEMENT: { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "bgpadvertisements"; }; readonly INTER_CONNECTION_SUBNET: { readonly type: "interconnectionsubnets"; readonly apiGroup: "kubeovn.io"; }; readonly DATA_VOLUME: { readonly apiGroup: "cdi.kubevirt.io"; readonly apiVersion: "v1beta1"; readonly type: "datavolumes"; }; readonly VM_SNAPSHOT: { readonly apiGroup: "snapshot.kubevirt.io"; readonly apiVersion: "v1alpha1"; readonly type: "virtualmachinesnapshots"; }; readonly VM_RESTORE: { readonly apiGroup: "snapshot.kubevirt.io"; readonly apiVersion: "v1alpha1"; readonly type: "virtualmachinerestores"; }; readonly VM_IMAGE: { readonly apiGroup: "virtualization.alauda.io"; readonly type: "virtualmachineimagetemplates"; }; readonly LIVE_MIGRATION: { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachineinstancemigrations"; readonly apiVersion: "v1"; }; readonly VIRTUAL_MACHINE: { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachines"; readonly apiVersion: "v1"; }; readonly VIRTUAL_MACHINE_INSTANCE: { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachineinstances"; readonly apiVersion: "v1"; }; readonly VIRTUAL_MACHINE_POOL: { readonly apiGroup: "pool.kubevirt.io"; readonly type: "virtualmachinepools"; readonly apiVersion: "v1alpha1"; }; readonly ALAUDA_LOADBALANCER2: { readonly apiGroup: string; readonly type: string; }; readonly ALB2: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly HELM_REQUEST: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly HELM_REQUEST_V1: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly DEPLOYMENT: { readonly apiGroup: string; readonly type: string; }; readonly DAEMONSET: { readonly apiGroup: string; readonly type: string; }; readonly STATEFULSET: { readonly apiGroup: string; readonly type: string; }; readonly FRONTEND: { readonly apiGroup: string; readonly type: string; }; readonly RULE: { readonly apiGroup: string; readonly type: string; }; readonly POD: { readonly type: string; }; readonly PODS_EXEC: { readonly type: string; }; readonly PODS_ROOT_EXEC: { readonly type: string; }; readonly CONFIG_MAP: { readonly type: string; }; readonly ALERT_TEMPLATE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly APPLICATION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly APPLICATION_HISTORY: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CLUSTER: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CLUSTER_VIEW: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly DAEMON_SET: { readonly apiGroup: string; readonly type: string; }; readonly STATEFUL_SET: { readonly apiGroup: string; readonly type: string; }; readonly DOMAIN: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly FEATURE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly ALAUDA_FEATURE_GATE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CLUSTER_ALAUDA_FEATURE_GATE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly HORIZONTAL_POD_AUTOSCALER: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly LOG: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly PROJECT: { readonly apiGroup: string; readonly type: string; }; readonly PROMETHEUS_RULE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly ALERT_HISTORY: { readonly apiGroup: string; readonly type: string; }; readonly SELF_SUBJECT_ACCESS_REVIEW: { readonly apiGroup: string; readonly type: string; }; readonly VIEW: { readonly apiGroup: string; readonly type: string; }; readonly SERVICE: { readonly type: string; }; readonly LIMIT_RANGE: { readonly type: string; }; readonly SECRET: { readonly type: string; }; readonly CRON_JOB: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly ADVANCED_CRON_JOB: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly JOB: { readonly apiGroup: string; readonly type: string; }; readonly INGRESS: { readonly apiGroup: string; readonly type: string; }; readonly PERSISTENT_VOLUME_CLAIM: { readonly type: string; }; readonly NAMESPACE: { readonly type: string; }; readonly NODE: { readonly type: string; }; readonly NODE_METRICS: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly PV: { readonly type: string; }; readonly CRD: { readonly apiGroup: string; readonly type: string; }; readonly CHART_REPO: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly CHART: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly NETWORK_POLICY: { readonly apiGroup: string; readonly type: string; }; readonly SERVICE_ACCOUNT: { readonly type: string; }; readonly REPLICA_SET: { readonly apiGroup: string; readonly type: string; }; readonly POD_SECURITY_POLICY: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly NAMESPACE_OVERVIEW: { readonly apiGroup: string; readonly type: string; }; readonly CSP: { readonly apiGroup: string; readonly type: string; }; readonly RESOURCE_QUOTA: { readonly type: string; }; readonly CLUSTER_NETWORK_POLICY: { readonly apiGroup: string; readonly type: string; }; readonly PROJECT_QUOTA: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly TKE_CLUSTER: { readonly apiGroup: string; readonly type: string; }; readonly TKE_MACHINE: { readonly apiGroup: string; readonly type: string; }; readonly MACHINE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly NODE_GROUP: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CLUSTERSERVICEVERSION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly TENANT: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly SUBSCRIPTION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly PACKAGE_MANIFEST: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly BUCKET_CLASS: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly PRODUCT_CONFIG: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly STORAGE_CLASS: { readonly type: string; readonly apiGroup: string; }; readonly VOLUME_SNAPSHOT_CLASS: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly PRODUCT_BASE: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly MODULE_INFO: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly MODULE_CONFIG: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly MODULE_PLUGIN: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly PRODUCT_ENTRY: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly PRODUCT_DOCS_ENTRY: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly SERVICEMESH_GROUP: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CLUSTER_MODULE: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly USER_SECURITY_POLICY: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly CONNECTOR: { readonly type: string; readonly apiGroup: string; }; readonly ACCESS_TOKEN_INFO: { readonly type: string; readonly apiGroup: string; }; readonly FUNCTION_RESOURCE: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly USER_BINDING: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly USER: { readonly type: string; readonly apiGroup: string; }; readonly GROUP: { readonly type: string; readonly apiGroup: string; }; readonly PROJECT_MEMBER: { readonly type: string; readonly apiGroup: string; }; readonly ROLE_TEMPLATE: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly BATCH_ACTION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly EVENT: { readonly type: string; readonly apiVersion: string; }; readonly SERVICE_MONITOR: { readonly apiGroup: string; readonly type: string; readonly apiVersion: string; }; readonly OAM_APPLICATION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly ARGOCD_APPLICATION_SET: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly ARGOCD_APPLICATION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly OPERATOR_VIEW: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly MODULE_PLUGIN_VIEW: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly RESOURCE_PATCH: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly COMPONENT_PROBER: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly INSPECTION: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly INSPECTION_DETAILS: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly INSPECTION_ITEMS: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly MESSAGE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly MODULE_HEALTH: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly MODULE_HEALTH_RECORD: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly AUDIT: { readonly apiGroup: string; readonly type: string; }; readonly LOG_POLICY: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly FUNCTION_TEST: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly PROJECT_BINDING: { readonly type: string; readonly apiGroup: string; }; readonly PROBE: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly REPORT: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly NAMESPACE_RESOURCE_RATIO: { readonly type: string; readonly apiGroup: string; }; readonly CUSTOM_RESOURCE_DEFINITION: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly LICENSE: { readonly type: string; }; readonly RECORD: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly CSI_NODE: { readonly apiGroup: string; readonly type: string; }; readonly TSF: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly TDSQL: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly PORTAL: { readonly type: string; readonly apiGroup: string; }; readonly NAMESPACE_IMPORT: { readonly type: string; readonly apiGroup: string; }; readonly CLUSTER_ADDON_TYPE: { readonly apiGroup: string; readonly type: string; }; readonly CLUSTER_CREDENTIAL: { readonly apiGroup: string; readonly type: string; }; readonly CODING: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly TI_MATRIX: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly SYSTEM_CONFIG: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly CERTIFICATE: { readonly type: string; readonly apiGroup: string; }; readonly SECURITY_RULE: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly REGION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly TOPOLVM_CLUSTER_V2: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; readonly BUCKET: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly SCHEDULE: { readonly apiGroup: string; readonly type: string; }; readonly BACKUP_STORAGE_LOCATION: { readonly apiGroup: string; readonly type: string; }; readonly BACKUP_STORAGE_LOCATION_REPO: { readonly apiGroup: string; readonly type: string; }; readonly BACKUP: { readonly apiGroup: string; readonly type: string; }; readonly DELETE_BACKUP_REQUEST: { readonly apiGroup: string; readonly type: string; }; readonly ETCD_BACKUP_RECORD: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly RESTORE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly RAW_DEVICE: { readonly apiGroup: string; readonly type: string; }; readonly APP_RELEASES: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly NOTIFICATION_TEMPLATE: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly NOTIFICATION_GROUP: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly NOTIFICATION: { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; }; readonly TUNNEL_CLUSTER: { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; }; readonly K8S_CLUSTER: { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; }; }; export declare const RESOURCE_TYPES: { readonly VERTICAL_POD_AUTOSCALER: "VERTICAL_POD_AUTOSCALER"; readonly POD_AUTOSCALER: "POD_AUTOSCALER"; readonly ROUTE: "ROUTE"; readonly ADDON: "ADDON"; readonly INSTALLPLAN: "INSTALLPLAN"; readonly CEPH_CLUSTER: "CEPH_CLUSTER"; readonly CEPH_FILE_SYSTEM: "CEPH_FILE_SYSTEM"; readonly ARTIFACT: "ARTIFACT"; readonly TDSQL_INSTANCE: "TDSQL_INSTANCE"; readonly TDSQL_INSTANCE_BINDING: "TDSQL_INSTANCE_BINDING"; readonly TDSQL_ACCOUNTS: "TDSQL_ACCOUNTS"; readonly TDSQL_INSTANCE_SET: "TDSQL_INSTANCE_SET"; readonly CEPH_BLOCK_POOL: "CEPH_BLOCK_POOL"; readonly CSI_DRIVER: "CSI_DRIVER"; readonly EPHEMERAL_CONTAINERS: "EPHEMERAL_CONTAINERS"; readonly APP_CONFIG: "APP_CONFIG"; readonly CEPH_OBJECT_STORE: "CEPH_OBJECT_STORE"; readonly TOPOLVM_CLUSTER: "TOPOLVM_CLUSTER"; readonly VLAN: "VLAN"; readonly PROVIDER_NETWORK: "PROVIDER_NETWORK"; readonly INGRESS_CLASS: "INGRESS_CLASS"; readonly INGRESS_V1BEAT1: "INGRESS_V1BEAT1"; readonly NAMESPACE_AUDIT: "NAMESPACE_AUDIT"; readonly OAM_APP_STATUS: "OAM_APP_STATUS"; readonly OAM_COMPONENT_DEFINITION: "OAM_COMPONENT_DEFINITION"; readonly OAM_TRAIT_DEFINITION: "OAM_TRAIT_DEFINITION"; readonly OAM_APP_REVISION: "OAM_APP_REVISION"; readonly ALAUDA_BUCKET_REQUEST: "ALAUDA_BUCKET_REQUEST"; readonly BUCKET_ACCESS_CLASS: "BUCKET_ACCESS_CLASS"; readonly BUCKET_ACCESS_REQUEST: "BUCKET_ACCESS_REQUEST"; readonly GATEWAY_CLASS: "GATEWAY_CLASS"; readonly GATEWAY: "GATEWAY"; readonly HTTP_ROUTE: "HTTP_ROUTE"; readonly ENVOY_PROXY: "ENVOY_PROXY"; readonly TCP_ROUTE: "TCP_ROUTE"; readonly UDP_ROUTE: "UDP_ROUTE"; readonly ALAUDA_ARTIFACT: "ALAUDA_ARTIFACT"; readonly ALAUDA_ARTIFACT_VERSION: "ALAUDA_ARTIFACT_VERSION"; readonly ARTIFACT_UPLOAD_PROCESSOR: "ARTIFACT_UPLOAD_PROCESSOR"; readonly GIT_COMMIT: "GIT_COMMIT"; readonly GITOPS_IGNORE_DIFFERENCE: "GITOPS_IGNORE_DIFFERENCE"; readonly GATEKEEPER_CONSTRAINTS: "GATEKEEPER_CONSTRAINTS"; readonly ARTIFACT_APP: "ARTIFACT_APP"; readonly ARTIFACT_VERSION: "ARTIFACT_VERSION"; readonly APP_PACKAGE_MANIFEST: "APP_PACKAGE_MANIFEST"; readonly MINIO_PEER: "MINIO_PEER"; readonly GITOPS_APPLICATIONS: "GITOPS_APPLICATIONS"; readonly GIT_BUILD: "GIT_BUILD"; readonly GIT_BUILD_RUN: "GIT_BUILD_RUN"; readonly GIT_BUILDER_IMAGE_CATEGORY: "GIT_BUILDER_IMAGE_CATEGORY"; readonly VOLUME_SNAPSHOT: "VOLUME_SNAPSHOT"; readonly SUBNET_KUBE_OVN: "SUBNET_KUBE_OVN"; readonly SUBNET_KUBE_OVN_IP: "SUBNET_KUBE_OVN_IP"; readonly L2_ADVERTISEMENT: "L2_ADVERTISEMENT"; readonly IP_POOL: "IP_POOL"; readonly BGP_PEER: "BGP_PEER"; readonly BGP_ADVERTISEMENT: "BGP_ADVERTISEMENT"; readonly INTER_CONNECTION_SUBNET: "INTER_CONNECTION_SUBNET"; readonly DATA_VOLUME: "DATA_VOLUME"; readonly VM_SNAPSHOT: "VM_SNAPSHOT"; readonly VM_RESTORE: "VM_RESTORE"; readonly VM_IMAGE: "VM_IMAGE"; readonly LIVE_MIGRATION: "LIVE_MIGRATION"; readonly VIRTUAL_MACHINE: "VIRTUAL_MACHINE"; readonly VIRTUAL_MACHINE_INSTANCE: "VIRTUAL_MACHINE_INSTANCE"; readonly VIRTUAL_MACHINE_POOL: "VIRTUAL_MACHINE_POOL"; readonly ALAUDA_LOADBALANCER2: "ALAUDA_LOADBALANCER2"; readonly ALB2: "ALB2"; readonly HELM_REQUEST: "HELM_REQUEST"; readonly HELM_REQUEST_V1: "HELM_REQUEST_V1"; readonly DEPLOYMENT: "DEPLOYMENT"; readonly DAEMONSET: "DAEMONSET"; readonly STATEFULSET: "STATEFULSET"; readonly FRONTEND: "FRONTEND"; readonly RULE: "RULE"; readonly POD: "POD"; readonly PODS_EXEC: "PODS_EXEC"; readonly PODS_ROOT_EXEC: "PODS_ROOT_EXEC"; readonly CONFIG_MAP: "CONFIG_MAP"; readonly ALERT_TEMPLATE: "ALERT_TEMPLATE"; readonly APPLICATION: "APPLICATION"; readonly APPLICATION_HISTORY: "APPLICATION_HISTORY"; readonly CLUSTER: "CLUSTER"; readonly CLUSTER_VIEW: "CLUSTER_VIEW"; readonly DAEMON_SET: "DAEMON_SET"; readonly STATEFUL_SET: "STATEFUL_SET"; readonly DOMAIN: "DOMAIN"; readonly FEATURE: "FEATURE"; readonly ALAUDA_FEATURE_GATE: "ALAUDA_FEATURE_GATE"; readonly CLUSTER_ALAUDA_FEATURE_GATE: "CLUSTER_ALAUDA_FEATURE_GATE"; readonly HORIZONTAL_POD_AUTOSCALER: "HORIZONTAL_POD_AUTOSCALER"; readonly LOG: "LOG"; readonly PROJECT: "PROJECT"; readonly PROMETHEUS_RULE: "PROMETHEUS_RULE"; readonly ALERT_HISTORY: "ALERT_HISTORY"; readonly SELF_SUBJECT_ACCESS_REVIEW: "SELF_SUBJECT_ACCESS_REVIEW"; readonly VIEW: "VIEW"; readonly SERVICE: "SERVICE"; readonly LIMIT_RANGE: "LIMIT_RANGE"; readonly SECRET: "SECRET"; readonly CRON_JOB: "CRON_JOB"; readonly ADVANCED_CRON_JOB: "ADVANCED_CRON_JOB"; readonly JOB: "JOB"; readonly INGRESS: "INGRESS"; readonly PERSISTENT_VOLUME_CLAIM: "PERSISTENT_VOLUME_CLAIM"; readonly NAMESPACE: "NAMESPACE"; readonly NODE: "NODE"; readonly NODE_METRICS: "NODE_METRICS"; readonly PV: "PV"; readonly CRD: "CRD"; readonly CHART_REPO: "CHART_REPO"; readonly CHART: "CHART"; readonly NETWORK_POLICY: "NETWORK_POLICY"; readonly SERVICE_ACCOUNT: "SERVICE_ACCOUNT"; readonly REPLICA_SET: "REPLICA_SET"; readonly POD_SECURITY_POLICY: "POD_SECURITY_POLICY"; readonly NAMESPACE_OVERVIEW: "NAMESPACE_OVERVIEW"; readonly CSP: "CSP"; readonly RESOURCE_QUOTA: "RESOURCE_QUOTA"; readonly CLUSTER_NETWORK_POLICY: "CLUSTER_NETWORK_POLICY"; readonly PROJECT_QUOTA: "PROJECT_QUOTA"; readonly TKE_CLUSTER: "TKE_CLUSTER"; readonly TKE_MACHINE: "TKE_MACHINE"; readonly MACHINE: "MACHINE"; readonly NODE_GROUP: "NODE_GROUP"; readonly CLUSTERSERVICEVERSION: "CLUSTERSERVICEVERSION"; readonly TENANT: "TENANT"; readonly SUBSCRIPTION: "SUBSCRIPTION"; readonly PACKAGE_MANIFEST: "PACKAGE_MANIFEST"; readonly BUCKET_CLASS: "BUCKET_CLASS"; readonly PRODUCT_CONFIG: "PRODUCT_CONFIG"; readonly STORAGE_CLASS: "STORAGE_CLASS"; readonly VOLUME_SNAPSHOT_CLASS: "VOLUME_SNAPSHOT_CLASS"; readonly PRODUCT_BASE: "PRODUCT_BASE"; readonly MODULE_INFO: "MODULE_INFO"; readonly MODULE_CONFIG: "MODULE_CONFIG"; readonly MODULE_PLUGIN: "MODULE_PLUGIN"; readonly PRODUCT_ENTRY: "PRODUCT_ENTRY"; readonly PRODUCT_DOCS_ENTRY: "PRODUCT_DOCS_ENTRY"; readonly SERVICEMESH_GROUP: "SERVICEMESH_GROUP"; readonly CLUSTER_MODULE: "CLUSTER_MODULE"; readonly USER_SECURITY_POLICY: "USER_SECURITY_POLICY"; readonly CONNECTOR: "CONNECTOR"; readonly ACCESS_TOKEN_INFO: "ACCESS_TOKEN_INFO"; readonly FUNCTION_RESOURCE: "FUNCTION_RESOURCE"; readonly USER_BINDING: "USER_BINDING"; readonly USER: "USER"; readonly GROUP: "GROUP"; readonly PROJECT_MEMBER: "PROJECT_MEMBER"; readonly ROLE_TEMPLATE: "ROLE_TEMPLATE"; readonly BATCH_ACTION: "BATCH_ACTION"; readonly EVENT: "EVENT"; readonly SERVICE_MONITOR: "SERVICE_MONITOR"; readonly OAM_APPLICATION: "OAM_APPLICATION"; readonly ARGOCD_APPLICATION_SET: "ARGOCD_APPLICATION_SET"; readonly ARGOCD_APPLICATION: "ARGOCD_APPLICATION"; readonly OPERATOR_VIEW: "OPERATOR_VIEW"; readonly MODULE_PLUGIN_VIEW: "MODULE_PLUGIN_VIEW"; readonly RESOURCE_PATCH: "RESOURCE_PATCH"; readonly COMPONENT_PROBER: "COMPONENT_PROBER"; readonly INSPECTION: "INSPECTION"; readonly INSPECTION_DETAILS: "INSPECTION_DETAILS"; readonly INSPECTION_ITEMS: "INSPECTION_ITEMS"; readonly MESSAGE: "MESSAGE"; readonly MODULE_HEALTH: "MODULE_HEALTH"; readonly MODULE_HEALTH_RECORD: "MODULE_HEALTH_RECORD"; readonly AUDIT: "AUDIT"; readonly LOG_POLICY: "LOG_POLICY"; readonly FUNCTION_TEST: "FUNCTION_TEST"; readonly PROJECT_BINDING: "PROJECT_BINDING"; readonly PROBE: "PROBE"; readonly REPORT: "REPORT"; readonly NAMESPACE_RESOURCE_RATIO: "NAMESPACE_RESOURCE_RATIO"; readonly CUSTOM_RESOURCE_DEFINITION: "CUSTOM_RESOURCE_DEFINITION"; readonly LICENSE: "LICENSE"; readonly RECORD: "RECORD"; readonly CSI_NODE: "CSI_NODE"; readonly TSF: "TSF"; readonly TDSQL: "TDSQL"; readonly PORTAL: "PORTAL"; readonly NAMESPACE_IMPORT: "NAMESPACE_IMPORT"; readonly CLUSTER_ADDON_TYPE: "CLUSTER_ADDON_TYPE"; readonly CLUSTER_CREDENTIAL: "CLUSTER_CREDENTIAL"; readonly CODING: "CODING"; readonly TI_MATRIX: "TI_MATRIX"; readonly SYSTEM_CONFIG: "SYSTEM_CONFIG"; readonly CERTIFICATE: "CERTIFICATE"; readonly SECURITY_RULE: "SECURITY_RULE"; readonly REGION: "REGION"; readonly TOPOLVM_CLUSTER_V2: "TOPOLVM_CLUSTER_V2"; readonly BUCKET: "BUCKET"; readonly SCHEDULE: "SCHEDULE"; readonly BACKUP_STORAGE_LOCATION: "BACKUP_STORAGE_LOCATION"; readonly BACKUP_STORAGE_LOCATION_REPO: "BACKUP_STORAGE_LOCATION_REPO"; readonly BACKUP: "BACKUP"; readonly DELETE_BACKUP_REQUEST: "DELETE_BACKUP_REQUEST"; readonly ETCD_BACKUP_RECORD: "ETCD_BACKUP_RECORD"; readonly RESTORE: "RESTORE"; readonly RAW_DEVICE: "RAW_DEVICE"; readonly APP_RELEASES: "APP_RELEASES"; readonly NOTIFICATION_TEMPLATE: "NOTIFICATION_TEMPLATE"; readonly NOTIFICATION_GROUP: "NOTIFICATION_GROUP"; readonly NOTIFICATION: "NOTIFICATION"; readonly TUNNEL_CLUSTER: "TUNNEL_CLUSTER"; readonly K8S_CLUSTER: "K8S_CLUSTER"; }; export declare const getYamlApiVersion: (definition: { readonly apiGroup: "autoscaling.k8s.io"; readonly apiVersion: "v1"; readonly type: "VerticalPodAutoscaler"; } | { readonly apiGroup: "autoscaling.k8s.io"; readonly apiVersion: "v1"; readonly type: "PodAutoscaler"; } | { readonly type: "routes"; readonly apiGroup: "route.openshift.io"; } | { readonly apiGroup: "platform.tkestack.io"; readonly type: "addons"; } | { readonly apiGroup: "operators.coreos.com"; readonly apiVersion: "v1alpha1"; readonly type: "installplans"; } | { readonly apiGroup: "ceph.rook.io"; readonly apiVersion: "v1"; readonly type: "cephclusters"; } | { readonly apiGroup: "ceph.rook.io"; readonly apiVersion: "v1"; readonly type: "cephfilesystems"; } | { readonly apiGroup: "meta.katanomi.dev"; readonly apiVersion: "v1alpha1"; readonly type: "artifacts"; } | { readonly type: "instances"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; } | { readonly type: "instancebindings"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; } | { readonly type: "accounts"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; } | { readonly type: "requests"; readonly apiVersion: "v1alpha1"; readonly apiGroup: "tdsql.alauda.io"; } | { readonly apiGroup: "ceph.rook.io"; readonly type: "cephblockpools"; } | { readonly apiGroup: "storage.k8s.io"; readonly type: "csidrivers"; } | { readonly type: "ephemeralcontainers"; } | { readonly apiGroup: "asm.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "appconfigs"; } | { readonly apiGroup: "ceph.rook.io"; readonly type: "cephobjectstores"; } | { readonly type: "topolvmclusters"; readonly apiGroup: "topolvm.cybozu.com"; readonly apiVersion: "v1"; } | { readonly type: "vlans"; readonly apiGroup: "kubeovn.io"; } | { readonly type: "provider-networks"; readonly apiGroup: "kubeovn.io"; } | { readonly apiGroup: "networking.k8s.io"; readonly type: "ingressclasses"; } | { readonly apiGroup: "networking.k8s.io"; readonly type: "ingresses"; readonly apiVersion: "v1beta1"; } | { readonly apiGroup: "aiops.alauda.io"; readonly type: "namespaceaudits"; } | { readonly apiGroup: "oam.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "appstatuses"; } | { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "componentdefinitions"; } | { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "traitdefinitions"; } | { readonly apiGroup: "core.oam.dev"; readonly apiVersion: "v1beta1"; readonly type: "applicationrevisions"; } | { readonly apiGroup: "cosi.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "alaudabucketrequests"; } | { readonly apiGroup: "objectstorage.k8s.io"; readonly apiVersion: "v1alpha1"; readonly type: "bucketaccessclasses"; } | { readonly apiGroup: "objectstorage.k8s.io"; readonly apiVersion: "v1alpha1"; readonly type: "bucketaccessrequests"; } | { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "gatewayclasses"; } | { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "gateways"; } | { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1"; readonly type: "httproutes"; } | { readonly apiGroup: "gateway.envoyproxy.io"; readonly apiVersion: "v1alpha1"; readonly type: "envoyproxies"; } | { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1alpha2"; readonly type: "tcproutes"; } | { readonly apiGroup: "gateway.networking.k8s.io"; readonly apiVersion: "v1alpha2"; readonly type: "udproutes"; } | { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "artifacts"; } | { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "artifactversions"; } | { readonly apiGroup: "app.alauda.io"; readonly apiVersion: "v1"; readonly type: "artifactuploadprocessors"; } | { readonly apiGroup: "gitops.app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "applications/commit"; } | { readonly apiGroup: "gitops.app.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "gitopsignoredifferences"; } | { readonly apiGroup: "gatekeeper.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "constraints"; } | { readonly apiGroup: "app.alauda.io"; readonly type: "artifacts"; readonly apiVersion: "v1alpha1"; } | { readonly apiGroup: "app.alauda.io"; readonly type: "artifactversions"; readonly apiVersion: "v1alpha1"; } | { readonly apiGroup: "app.alauda.io"; readonly type: "packagemanifests"; readonly apiVersion: "v1alpha1"; } | { readonly apiGroup: "minio.min.io"; readonly apiVersion: "v1alpha1"; readonly type: "miniopeers"; } | { readonly apiGroup: "gitops.app.alauda.io"; readonly type: "applications"; } | { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "builds"; } | { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "buildruns"; } | { readonly apiGroup: "build.alauda.io"; readonly apiVersion: "v1alpha1"; readonly type: "builderimagecategories"; } | { readonly type: "volumesnapshots"; readonly apiGroup: "snapshot.storage.k8s.io"; readonly apiVersion: "v1"; } | { readonly type: "subnets"; readonly apiGroup: "kubeovn.io"; } | { readonly type: "ips"; readonly apiGroup: "kubeovn.io"; } | { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "l2advertisements"; } | { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "ipaddresspools"; } | { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta2"; readonly type: "bgppeers"; } | { readonly apiGroup: "metallb.io"; readonly apiVersion: "v1beta1"; readonly type: "bgpadvertisements"; } | { readonly type: "interconnectionsubnets"; readonly apiGroup: "kubeovn.io"; } | { readonly apiGroup: "cdi.kubevirt.io"; readonly apiVersion: "v1beta1"; readonly type: "datavolumes"; } | { readonly apiGroup: "snapshot.kubevirt.io"; readonly apiVersion: "v1alpha1"; readonly type: "virtualmachinesnapshots"; } | { readonly apiGroup: "snapshot.kubevirt.io"; readonly apiVersion: "v1alpha1"; readonly type: "virtualmachinerestores"; } | { readonly apiGroup: "virtualization.alauda.io"; readonly type: "virtualmachineimagetemplates"; } | { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachineinstancemigrations"; readonly apiVersion: "v1"; } | { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachines"; readonly apiVersion: "v1"; } | { readonly apiGroup: "kubevirt.io"; readonly type: "virtualmachineinstances"; readonly apiVersion: "v1"; } | { readonly apiGroup: "pool.kubevirt.io"; readonly type: "virtualmachinepools"; readonly apiVersion: "v1alpha1"; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly apiGroup: string; readonly apiVersion: string; readonly type: string; } | { readonly type: string; readonly apiVersion: string; readonly apiGroup: string; } | { readonly type: string; readonly apiGroup: string; readonly apiVersion: string; } | "VERTICAL_POD_AUTOSCALER" | "POD_AUTOSCALER" | "ROUTE" | "ADDON" | "INSTALLPLAN" | "CEPH_CLUSTER" | "CEPH_FILE_SYSTEM" | "ARTIFACT" | "TDSQL_INSTANCE" | "TDSQL_INSTANCE_BINDING" | "TDSQL_ACCOUNTS" | "TDSQL_INSTANCE_SET" | "CEPH_BLOCK_POOL" | "CSI_DRIVER" | "EPHEMERAL_CONTAINERS" | "APP_CONFIG" | "CEPH_OBJECT_STORE" | "TOPOLVM_CLUSTER" | "VLAN" | "PROVIDER_NETWORK" | "INGRESS_CLASS" | "INGRESS_V1BEAT1" | "NAMESPACE_AUDIT" | "OAM_APP_STATUS" | "OAM_COMPONENT_DEFINITION" | "OAM_TRAIT_DEFINITION" | "OAM_APP_REVISION" | "ALAUDA_BUCKET_REQUEST" | "BUCKET_ACCESS_CLASS" | "BUCKET_ACCESS_REQUEST" | "GATEWAY_CLASS" | "GATEWAY" | "HTTP_ROUTE" | "ENVOY_PROXY" | "TCP_ROUTE" | "UDP_ROUTE" | "ALAUDA_ARTIFACT" | "ALAUDA_ARTIFACT_VERSION" | "ARTIFACT_UPLOAD_PROCESSOR" | "GIT_COMMIT" | "GITOPS_IGNORE_DIFFERENCE" | "GATEKEEPER_CONSTRAINTS" | "ARTIFACT_APP" | "ARTIFACT_VERSION" | "APP_PACKAGE_MANIFEST" | "MINIO_PEER" | "GITOPS_APPLICATIONS" | "GIT_BUILD" | "GIT_BUILD_RUN" | "GIT_BUILDER_IMAGE_CATEGORY" | "VOLUME_SNAPSHOT" | "SUBNET_KUBE_OVN" | "SUBNET_KUBE_OVN_IP" | "L2_ADVERTISEMENT" | "IP_POOL" | "BGP_PEER" | "BGP_ADVERTISEMENT" | "INTER_CONNECTION_SUBNET" | "DATA_VOLUME" | "VM_SNAPSHOT" | "VM_RESTORE" | "VM_IMAGE" | "LIVE_MIGRATION" | "VIRTUAL_MACHINE" | "VIRTUAL_MACHINE_INSTANCE" | "VIRTUAL_MACHINE_POOL" | "ALAUDA_LOADBALANCER2" | "ALB2" | "HELM_REQUEST" | "HELM_REQUEST_V1" | "DEPLOYMENT" | "DAEMONSET" | "STATEFULSET" | "FRONTEND" | "RULE" | "POD" | "PODS_EXEC" | "PODS_ROOT_EXEC" | "CONFIG_MAP" | "ALERT_TEMPLATE" | "APPLICATION" | "APPLICATION_HISTORY" | "CLUSTER" | "CLUSTER_VIEW" | "DAEMON_SET" | "STATEFUL_SET" | "DOMAIN" | "FEATURE" | "ALAUDA_FEATURE_GATE" | "CLUSTER_ALAUDA_FEATURE_GATE" | "HORIZONTAL_POD_AUTOSCALER" | "LOG" | "PROJECT" | "PROMETHEUS_RULE" | "ALERT_HISTORY" | "SELF_SUBJECT_ACCESS_REVIEW" | "VIEW" | "SERVICE" | "LIMIT_RANGE" | "SECRET" | "CRON_JOB" | "ADVANCED_CRON_JOB" | "JOB" | "INGRESS" | "PERSISTENT_VOLUME_CLAIM" | "NAMESPACE" | "NODE" | "NODE_METRICS" | "PV" | "CRD" | "CHART_REPO" | "CHART" | "NETWORK_POLICY" | "SERVICE_ACCOUNT" | "REPLICA_SET" | "POD_SECURITY_POLICY" | "NAMESPACE_OVERVIEW" | "CSP" | "RESOURCE_QUOTA" | "CLUSTER_NETWORK_POLICY" | "PROJECT_QUOTA" | "TKE_CLUSTER" | "TKE_MACHINE" | "MACHINE" | "NODE_GROUP" | "CLUSTERSERVICEVERSION" | "TENANT" | "SUBSCRIPTION" | "PACKAGE_MANIFEST" | "BUCKET_CLASS" | "PRODUCT_CONFIG" | "STORAGE_CLASS" | "VOLUME_SNAPSHOT_CLASS" | "PRODUCT_BASE" | "MODULE_INFO" | "MODULE_CONFIG" | "MODULE_PLUGIN" | "PRODUCT_ENTRY" | "PRODUCT_DOCS_ENTRY" | "SERVICEMESH_GROUP" | "CLUSTER_MODULE" | "USER_SECURITY_POLICY" | "CONNECTOR" | "ACCESS_TOKEN_INFO" | "FUNCTION_RESOURCE" | "USER_BINDING" | "USER" | "GROUP" | "PROJECT_MEMBER" | "ROLE_TEMPLATE" | "BATCH_ACTION" | "EVENT" | "SERVICE_MONITOR" | "OAM_APPLICATION" | "ARGOCD_APPLICATION_SET" | "ARGOCD_APPLICATION" | "OPERATOR_VIEW" | "MODULE_PLUGIN_VIEW" | "RESOURCE_PATCH" | "COMPONENT_PROBER" | "INSPECTION" | "INSPECTION_DETAILS" | "INSPECTION_ITEMS" | "MESSAGE" | "MODULE_HEALTH" | "MODULE_HEALTH_RECORD" | "AUDIT" | "LOG_POLICY" | "FUNCTION_TEST" | "PROJECT_BINDING" | "PROBE" | "REPORT" | "NAMESPACE_RESOURCE_RATIO" | "CUSTOM_RESOURCE_DEFINITION" | "LICENSE" | "RECORD" | "CSI_NODE" | "TSF" | "TDSQL" | "PORTAL" | "NAMESPACE_IMPORT" | "CLUSTER_ADDON_TYPE" | "CLUSTER_CREDENTIAL" | "CODING" | "TI_MATRIX" | "SYSTEM_CONFIG" | "CERTIFICATE" | "SECURITY_RULE" | "REGION" | "TOPOLVM_CLUSTER_V2" | "BUCKET" | "SCHEDULE" | "BACKUP_STORAGE_LOCATION" | "BACKUP_STORAGE_LOCATION_REPO" | "BACKUP" | "DELETE_BACKUP_REQUEST" | "ETCD_BACKUP_RECORD" | "RESTORE" | "RAW_DEVICE" | "APP_RELEASES" | "NOTIFICATION_TEMPLATE" | "NOTIFICATION_GROUP" | "NOTIFICATION" | "TUNNEL_CLUSTER" | "K8S_CLUSTER") => string; export type ResourceType = keyof typeof RESOURCE_TYPES; export type WorkloadType = typeof RESOURCE_TYPES.DEPLOYMENT | typeof RESOURCE_TYPES.DAEMON_SET | typeof RESOURCE_TYPES.STATEFUL_SET | typeof RESOURCE_TYPES.CRON_JOB; export declare const ApplicationTypeMeta: TypeMeta; export declare const DeploymentTypeMeta: TypeMeta; export declare const DaemonSetTypeMeta: TypeMeta; export declare const StatefulSetTypeMeta: TypeMeta; export declare const ConfigMapTypeMeta: TypeMeta; export declare const SecretTypeMeta: TypeMeta; export declare const HorizontalPodAutoscalerMeta: TypeMeta; export declare const VerticalPodAutoscalerMeta: TypeMeta; export declare const PodAutoscalerMeta: TypeMeta; export declare const ApplicationHistoryMeta: TypeMeta; export declare const NotificationMeta: TypeMeta; export declare const NotificationTemplateMeta: TypeMeta; export declare const AlertTemplateMeta: TypeMeta; export declare const PrometheusRuleMeta: TypeMeta; export declare const UserBindingMeta: TypeMeta; export declare const TKEClusterMeta: TypeMeta; export declare const ClusterCredentialMeta: TypeMeta; export declare const ClusterAddonTypeMeta: TypeMeta; export declare const VolumeSnapshotMeta: TypeMeta; export declare const MeterReportMeta: TypeMeta; export declare const MeterRecordMeta: TypeMeta; export declare const FeatureMeta: TypeMeta; export declare const ConfigMapMeta: TypeMeta; export declare const MessageMeta: TypeMeta; export declare const InspectionMeta: TypeMeta; export declare const LogPolicyMeta: TypeMeta; export declare const ClusterModuleMeta: TypeMeta; export declare const ProbeMeta: TypeMeta; export declare const RegionMeta: TypeMeta; export declare const BuildMeta: TypeMeta; export declare const BuildRunMeta: TypeMeta;