Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Namespace is the namespace we are running in.
Namespace string
// MaxConcurrentReconciles allows requests to be processed
// concurrently. Be warned, this will inrcrease memory utilization
// and may need to update the Helm limits.
MaxConcurrentReconciles int
// CDDriver defines the continuous-delivery backend driver to use
// to manage applications.
CDDriver cd.DriverKindFlag
}
Options defines common controller options.
Click to show internal directories.
Click to hide internal directories.