vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

feat: validate groups and kinds, fix double processing #285

Closed scottd018 closed 2 years ago

scottd018 commented 2 years ago

This PR improves a few items of interest:

lander2k2 commented 2 years ago

Naming suggestions for the internal/workload/v1/resources package...

internal/workload/v1/
...
└── child_resources
    ├── child_resources.go
    ├── input_manifest.go
    └── output_source_file.go

Adding input_ and output_ helps conceptualized the flow of data. And child_ helps clarify the vagueness of resources.