Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseOptions ¶ added in v1.8.0
type BaseOptions struct {
// Namespace is the namespace we are running in.
Namespace string
}
BaseOptions are things all controllers, message consumers and servers will need.
func (*BaseOptions) AddFlags ¶ added in v1.8.0
func (o *BaseOptions) AddFlags(flags *pflag.FlagSet)
type Options ¶
type Options struct {
BaseOptions
// 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.