Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KedaReconciler ¶
type KedaReconciler struct { declarative.ManifestReconciler client.Client Scheme *runtime.Scheme *rest.Config ChartPath string }
KedaReconciler reconciles a Keda object
func (*KedaReconciler) SetupWithManager ¶
func (r *KedaReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ManifestResolver ¶
type ManifestResolver struct {
// contains filtered or unexported fields
}
ManifestResolver represents the chart information for the passed Sample resource.
func (*ManifestResolver) Get ¶
func (m *ManifestResolver) Get(obj types.BaseCustomObject, _ logr.Logger) (types.InstallationSpec, error)
Get returns the chart information to be processed.
Click to show internal directories.
Click to hide internal directories.