cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): add controller for automq #30

Closed cuisongliu closed 2 weeks ago

cuisongliu commented 2 weeks ago

This pull request includes several changes to the api/v1beta1/automq_types.go file, focusing on adding new fields, validation, and updates to the status structure. Additionally, there are updates to the CRD YAML file and the main Go file for the project. The most important changes include adding new fields to various specs, updating validation rules, and modifying the status structure.

New Fields and Validation Rules:

Status Structure Updates:

CRD YAML Updates:

Main Go File Updates:

Deep Copy Updates:

These changes enhance the functionality and validation of the AutoMQ custom resource definitions and improve the overall structure and maintainability of the codebase.