@kubernetes-models/flux-cd
Version:
13 lines (12 loc) • 656 B
TypeScript
import { IIoK8sApimachineryPkgApisMetaV1Time } from "@kubernetes-models/apimachinery/apis/meta/v1/Time";
import { ModelData, Model } from "@kubernetes-models/base";
export interface IScanResult {
"scanTime"?: IIoK8sApimachineryPkgApisMetaV1Time;
"tagCount": number;
}
export declare class ScanResult extends Model<IScanResult> implements IScanResult {
"scanTime"?: IIoK8sApimachineryPkgApisMetaV1Time;
"tagCount": number;
constructor(data?: ModelData<IScanResult>);
}
export type { IScanResult as IComGithubFluxcdImageReflectorControllerApiV1beta1ScanResult, ScanResult as ComGithubFluxcdImageReflectorControllerApiV1beta1ScanResult };