import { IDevKnativeEventingPkgApisCommonIntegrationV1alpha1SecretReference } from "./SecretReference.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface ISecret { /** * Secret reference for SASL and SSL configurations. */ "ref"?: IDevKnativeEventingPkgApisCommonIntegrationV1alpha1SecretReference; } export declare class Secret extends Model implements ISecret { "ref"?: IDevKnativeEventingPkgApisCommonIntegrationV1alpha1SecretReference; constructor(data?: ModelData); } export type { ISecret as IDevKnativeEventingPkgApisCommonIntegrationV1alpha1Secret, Secret as DevKnativeEventingPkgApisCommonIntegrationV1alpha1Secret };