import { V230DevfileParentComponentsItemsContainerAnnotation } from '../models/V230DevfileParentComponentsItemsContainerAnnotation'; import { V230DevfileParentComponentsItemsContainerEndpoints } from '../models/V230DevfileParentComponentsItemsContainerEndpoints'; import { V230DevfileParentComponentsItemsContainerEnv } from '../models/V230DevfileParentComponentsItemsContainerEnv'; import { V230DevfileParentComponentsItemsContainerVolumeMounts } from '../models/V230DevfileParentComponentsItemsContainerVolumeMounts'; export declare class V230DevfileParentComponentsItemsContainer { 'annotation'?: V230DevfileParentComponentsItemsContainerAnnotation; 'args'?: Array; 'command'?: Array; 'cpuLimit'?: string; 'cpuRequest'?: string; 'dedicatedPod'?: boolean; 'endpoints'?: Array; 'env'?: Array; 'image'?: string; 'memoryLimit'?: string; 'memoryRequest'?: string; 'mountSources'?: boolean; 'sourceMapping'?: string; 'volumeMounts'?: Array; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }