Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

feat: Initialize kubebuilder project structure #2

Description

@kitsunoff

⚠️ TDD MANDATORY

Tests MUST be written BEFORE implementation code. No exceptions.


Description

Initialize the kubebuilder project with proper structure for NixOS Operator migration.

Tasks

  • Write tests for project initialization validation
  • Run kubebuilder init --domain homystack.com --repo github.com/homystack/nixos-operator
  • Create Machine API with kubebuilder create api --group nio --version v1alpha1 --kind Machine
  • Create NixosConfiguration API with kubebuilder create api --group nio --version v1alpha1 --kind NixosConfiguration
  • Setup project structure following kubebuilder conventions
  • Configure Makefile for build/test/deploy
  • Verify all tests pass

Reference

See docs/kubebuilder-migration-analysis.md sections 1-3 for current structure and CRD definitions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions