import { ModelData, Model } from "@kubernetes-models/base"; /** * PushSecretMetadata defines metadata fields for the PushSecret generated by the ClusterPushSecret. */ export interface IPushSecretMetadata { "annotations"?: { [key: string]: string; }; "labels"?: { [key: string]: string; }; } /** * PushSecretMetadata defines metadata fields for the PushSecret generated by the ClusterPushSecret. */ export declare class PushSecretMetadata extends Model implements IPushSecretMetadata { "annotations"?: { [key: string]: string; }; "labels"?: { [key: string]: string; }; constructor(data?: ModelData); } export type { IPushSecretMetadata as IComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretMetadata, PushSecretMetadata as ComGithubExternalSecretsExternalSecretsApisExternalsecretsV1alpha1PushSecretMetadata };