import { IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1SecretKeySelector } from "./SecretKeySelector.js"; import { ModelData, Model } from "@kubernetes-models/base"; export interface IWebhookSecret { /** * Name of this secret in templates */ "name": string; /** * Secret ref to fill in credentials */ "secretRef": IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1SecretKeySelector; } export declare class WebhookSecret extends Model implements IWebhookSecret { "name": string; "secretRef": IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1SecretKeySelector; constructor(data?: ModelData); } export type { IWebhookSecret as IComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1WebhookSecret, WebhookSecret as ComGithubExternalSecretsExternalSecretsApisGeneratorsV1alpha1WebhookSecret };