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