mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
[node operator] AutoscalingStrategy API gen
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
f100febfa2
commit
ac5ddc27f2
14 changed files with 355 additions and 0 deletions
|
@ -70,6 +70,13 @@ func main() {
|
|||
setupLog.Error(err, "unable to create controller", "controller", "NodeImage")
|
||||
os.Exit(1)
|
||||
}
|
||||
if err = (&controllers.AutoscalingStrategyReconciler{
|
||||
Client: mgr.GetClient(),
|
||||
Scheme: mgr.GetScheme(),
|
||||
}).SetupWithManager(mgr); err != nil {
|
||||
setupLog.Error(err, "unable to create controller", "controller", "AutoscalingStrategy")
|
||||
os.Exit(1)
|
||||
}
|
||||
//+kubebuilder:scaffold:builder
|
||||
|
||||
if err := mgr.AddHealthzCheck("healthz", healthz.Ping); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue