UNPKG

@kubernetes-models/argo-rollouts

Version:
17 lines (16 loc) 630 B
import { ModelData, Model } from "@kubernetes-models/base"; export interface IAwsResourceRef { "arn": string; /** * FullName is the full name of the resource */ "fullName"?: string; "name": string; } export declare class AwsResourceRef extends Model<IAwsResourceRef> implements IAwsResourceRef { "arn": string; "fullName"?: string; "name": string; constructor(data?: ModelData<IAwsResourceRef>); } export type { IAwsResourceRef as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1AwsResourceRef, AwsResourceRef as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1AwsResourceRef };