Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + type AlreadyExistError struct + Field string + Name string + func (e *AlreadyExistError) Error() string + type Composite struct + Attributes map[string]string + Commands []string + Group *Group + Id string + Label string + Parallel bool + type Container struct + Args []string + Command []string + Endpoints []Endpoint + Env []Env + Image string + MemoryLimit string + MountSources bool + Name string + SourceMapping string + VolumeMounts []VolumeMount + type DevfileCommand struct + Composite *Composite + Exec *Exec + func (dc *DevfileCommand) SetIDToLower() string + func (dc DevfileCommand) GetGroup() *Group + func (dc DevfileCommand) GetID() string + type DevfileCommandGroupType string + const BuildCommandGroupType + const DebugCommandGroupType + const InitCommandGroupType + const RunCommandGroupType + const TestCommandGroupType + type DevfileComponent struct + Container *Container + Kubernetes *Kubernetes + Openshift *Openshift + Volume *Volume + type DevfileComponentType string + const ContainerComponentType + const CustomComponentType + const KubernetesComponentType + const OpenshiftComponentType + const PluginComponentType + const VolumeComponentType + type DevfileEvents struct + PostStart []string + PostStop []string + PreStart []string + PreStop []string + type DevfileMetadata struct + Name string + Version string + type DevfileParent struct + Commands []DevfileCommand + Components []DevfileComponent + Events DevfileEvents + Id string + Kubernetes Kubernetes + Projects []DevfileProject + RegistryUrl string + StarterProjects []DevfileStarterProject + Uri string + type DevfileProject struct + ClonePath string + Git *Git + Github *Github + Name string + Zip *Zip + type DevfileStarterProject struct + ClonePath string + Description string + Git *Git + Github *Github + MarkdownDescription string + Name string + Zip *Zip + type Endpoint struct + Attributes map[string]string + Exposure string + Name string + Path string + Protocol string + Secure bool + TargetPort int32 + type Env struct + Name string + Value string + type Exec struct + Attributes map[string]string + CommandLine string + Component string + Env []Env + Group *Group + HotReloadCapable bool + Id string + Label string + WorkingDir string + type Git struct + Branch string + Location string + SparseCheckoutDir string + StartPoint string + type Github struct + Branch string + Location string + SparseCheckoutDir string + StartPoint string + type Group struct + IsDefault bool + Kind DevfileCommandGroupType + type Kubernetes struct + Inlined string + Name string + Uri string + type NotFoundError struct + Field string + Name string + func (e *NotFoundError) Error() string + type Openshift struct + Inlined string + Name string + Uri string + type Plugin struct + Commands []*DevfileCommand + Components []*DevfileComponent + Id string + Kubernetes *Kubernetes + Name string + RegistryUrl string + Uri string + type Volume struct + Name string + Size string + type VolumeMount struct + Name string + Path string + type Zip struct + Location string + SparseCheckoutDir string