Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseBuilder ¶
type BaseBuilder struct {
Type string `json:"type"`
}
type Configuration ¶
type Configuration struct { ServiceName string `json:"servicename"` Cluster string `json:"cluster"` DeploymentFile string `json:"deploymentfile"` Builder json.RawMessage `json:"builder"` }
type ConfigurationWithProjectPath ¶
type ConfigurationWithProjectPath struct { Configuration ProjectPath string }
type DotnetBuilder ¶
type ManualBuilder ¶
Click to show internal directories.
Click to hide internal directories.