import { ModelData, Model } from "@kubernetes-models/base"; export interface ISecretReference { /** * Secret name. */ "name": string; } export declare class SecretReference extends Model implements ISecretReference { "name": string; constructor(data?: ModelData); } export type { ISecretReference as IDevKnativeEventingPkgApisCommonIntegrationV1alpha1SecretReference, SecretReference as DevKnativeEventingPkgApisCommonIntegrationV1alpha1SecretReference };