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
{{ message }}
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Tests MUST be written BEFORE implementation code. No exceptions.
Description
Initialize the kubebuilder project with proper structure for NixOS Operator migration.
Tasks
kubebuilder init --domain homystack.com --repo github.com/homystack/nixos-operatorkubebuilder create api --group nio --version v1alpha1 --kind Machinekubebuilder create api --group nio --version v1alpha1 --kind NixosConfigurationReference
See
docs/kubebuilder-migration-analysis.mdsections 1-3 for current structure and CRD definitions.