You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In [at_types.go](/pkg/apis/cnat/v1alpha1/at_types.go): we modify the `AtSpec` struct to include the respective fields such as `schedule` and `command` and use `operator-sdk generate k8s` to regenerate code (and `operator-sdk generate openapi` for the OpenAPI bits).
43
-
* In [at_controller.go](/pkg/controller/at/at_controller.go): we modify the `Reconcile(request reconcile.Request)` method to create a pod at the time defined in `Spec.Schedule`.
42
+
* In [at_types.go](/cnat-operator/pkg/apis/cnat/v1alpha1/at_types.go): we modify the `AtSpec` struct to include the respective fields such as `schedule` and `command` and use `operator-sdk generate k8s` to regenerate code (and `operator-sdk generate openapi` for the OpenAPI bits).
43
+
* In [at_controller.go](/cnat-operator/pkg/controller/at/at_controller.go): we modify the `Reconcile(request reconcile.Request)` method to create a pod at the time defined in `Spec.Schedule`.
0 commit comments