Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var YAML string
Functions ¶
Types ¶
type Build ¶
type Build struct {
Name string
Source string
Revision string
Step string
Command []string
Buildtemplate string
Args []string
Image string
}
Build structure represents knative build object
type Buildtemplate ¶
Buildtemplate contains information about knative buildtemplate definition
type Service ¶
type Service struct {
Name string
Source string
Revision string
PullPolicy string
ResultImageTag string
Buildtemplate string
RegistrySecret string // Does not belong to the service, need to be deleted
Env []string
Annotations map[string]string
Labels []string
BuildArgs []string
Wait bool
}
Service represents knative service structure
Click to show internal directories.
Click to hide internal directories.