import { IComGithubElasticCloudOnK8sV3PkgApisCommonV1SecretRef } from "./SecretRef.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * ConfigSource references configuration settings. */ export interface IConfigSource extends IComGithubElasticCloudOnK8sV3PkgApisCommonV1SecretRef { } /** * ConfigSource references configuration settings. */ export declare class ConfigSource extends Model implements IConfigSource { "secretName"?: string; constructor(data?: ModelData); } export type { IConfigSource as IComGithubElasticCloudOnK8sV3PkgApisCommonV1ConfigSource, ConfigSource as ComGithubElasticCloudOnK8sV3PkgApisCommonV1ConfigSource };