Versions in this module Expand all Collapse all v1 v1.1.1 Mar 12, 2020 Changes in this version + var SupportedDevfileProjectTypes = []DevfileProjectType + type ApiVersion string + type Attributes map[string]string + type DevfileCommand struct + Actions []DevfileCommandAction + Attributes Attributes + Name string + PreviewUrl DevfileCommandPreviewUrl + type DevfileCommandAction struct + Command *string + Component *string + Reference *string + ReferenceContent *string + Type *DevfileCommandType + Workdir *string + type DevfileCommandPreviewUrl struct + Path *string + Port *int32 + type DevfileCommandType string + const DevfileCommandTypeBuild + const DevfileCommandTypeDebug + const DevfileCommandTypeRun + type DevfileComponent struct + Alias *string + MountSources bool + Type DevfileComponentType + type DevfileComponentCheEditor struct + Id *string + Reference *string + RegistryUrl *string + type DevfileComponentChePlugin struct + Id *string + Reference *string + RegistryUrl *string + type DevfileComponentDockerimage struct + Args []string + Command []string + Endpoints []DockerimageEndpoint + Env []DockerimageEnv + Image *string + MemoryLimit *string + Volumes []DockerimageVolume + type DevfileComponentKubernetes struct + EntryPoints *string + MemoryLimit *string + Reference *string + ReferenceContent *string + Selector *string + type DevfileComponentOpenshift struct + EntryPoints *string + MemoryLimit *string + Reference *string + ReferenceContent *string + Selector *string + type DevfileComponentType string + const DevfileComponentTypeCheEditor + const DevfileComponentTypeChePlugin + const DevfileComponentTypeDockerimage + const DevfileComponentTypeKubernetes + const DevfileComponentTypeOpenshift + type DevfileMetadata struct + GenerateName *string + Name *string + type DevfileProject struct + ClonePath *string + Name string + Source DevfileProjectSource + type DevfileProjectSource struct + Branch *string + CommitId *string + Location string + SparseCheckoutDir *string + StartPoint *string + Tag *string + Type DevfileProjectType + type DevfileProjectType string + const DevfileProjectTypeGit + type DockerimageEndpoint struct + Name *string + Port *int32 + type DockerimageEnv struct + Name *string + Value *string + type DockerimageVolume struct + ContainerPath *string + Name *string