nk preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:01.558] [warn] The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:01.558] [warn] The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:01.558] [warn] The resource https://discord.com/assets/e52f0cba712e2fb4.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:01.558] [warn] The resource https://discord.com/assets/dd24010f3cf7def7.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.571] [warn] The resource https://discord.com/assets/189422196a4f8b53.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.572] [warn] The resource https://discord.com/assets/ce3b8055f5114434.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.572] [warn] The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.572] [warn] The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.572] [warn] The resource https://discord.com/assets/e52f0cba712e2fb4.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:08:17.572] [warn] The resource https://discord.com/assets/dd24010f3cf7def7.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:09:26.276] [info] [WindowVisibilityVideoManager] Incoming video enabled changed, incomingVideoEnabled = true [2026-02-20 15:09:29.963] [warn] The resource https://discord.com/assets/189422196a4f8b53.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:09:29.964] [warn] The resource https://discord.com/assets/ce3b8055f5114434.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:09:29.965] [warn] The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally. [2026-02-20 15:09:29.965] [warn] The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's loimport { IIoK8sApiCoreV1Endpoints } from "./Endpoints"; import { IIoK8sApimachineryPkgApisMetaV1ListMeta } from "@kubernetes-models/apimachinery/apis/meta/v1/ListMeta"; import { ModelData, TypeMeta, Model } from "@kubernetes-models/base"; /** * EndpointsList is a list of endpoints. */ export interface IEndpointsList extends TypeMeta { "apiVersion": "v1"; /** * List of endpoints. */ "items": Array; "kind": "EndpointsList"; /** * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds */ "metadata"?: IIoK8sApimachineryPkgApisMetaV1ListMeta; } /** * EndpointsList is a list of endpoints. */ export declare class EndpointsList extends Model implements IEndpointsList { "apiVersion": IEndpointsList["apiVersion"]; "items": Array; "kind": IEndpointsList["kind"]; "metadata"?: IIoK8sApimachineryPkgApisMetaV1ListMeta; static apiVersion: IEndpointsList["apiVersion"]; static kind: IEndpointsList["kind"]; static is: import("@kubernetes-models/base").TypeMetaGuard; constructor(data?: ModelData); } export { IEndpointsList as IIoK8sApiCoreV1EndpointsList, EndpointsList as IoK8sApiCoreV1EndpointsList };