Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CtxTimeOut time.Duration
GitContainerTemplate,
MutateImageContainerTemplate corev1.Container
BundleContainerTemplate corev1.Container
RemoteArtifactsContainerImage string
TerminationLogPath string
Prometheus PrometheusConfig
ManagerOptions ManagerOptions
Controllers Controllers
KubeAPIOptions KubeAPIOptions
GitRewriteRule bool
}
Config hosts different parameters that can be set to use on the Build controllers
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
NewDefaultConfig returns a new Config, with context timeout and default Kaniko image.
func (*Config) SetConfigFromEnv ¶
SetConfigFromEnv updates the configuration managed by environment variables.
type ControllerOptions ¶ added in v0.4.0
type ControllerOptions struct {
MaxConcurrentReconciles int
}
ControllerOptions contains configurable options for a controller
type Controllers ¶ added in v0.4.0
type Controllers struct {
Build ControllerOptions
BuildRun ControllerOptions
BuildStrategy ControllerOptions
ClusterBuildStrategy ControllerOptions
}
Controllers contains the options for the different controllers
type KubeAPIOptions ¶ added in v0.4.0
KubeAPIOptions contains configurable options for the kube API client
Click to show internal directories.
Click to hide internal directories.