import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1SecretRef } from "../../common.k8s.elastic.co/v1/SecretRef.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * FileRealmSource references users to create in the Elasticsearch cluster. */ export interface IFileRealmSource extends IComGithubElasticCloudOnK8sV3PkgApisCommonV1SecretRef { } /** * FileRealmSource references users to create in the Elasticsearch cluster. */ export declare class FileRealmSource extends Model implements IFileRealmSource { "secretName"?: string; constructor(data?: ModelData); } export type { IFileRealmSource as IComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1FileRealmSource, FileRealmSource as ComGithubElasticCloudOnK8sV3PkgApisElasticsearchV1FileRealmSource };