- Notifications
You must be signed in to change notification settings - Fork1.8k
Open
Description
For visibility and I think since it affects both sides, would it be possible to bring out the types out of the internal packages (or moved out to the other plugin) to have the ability to use thestatus fields that the reconciler expects?
operator-sdk/internal/helm/internal/types/types.go
Lines 77 to 80 in69ee6d4
| typeHelmAppStatusstruct { | |
| Conditions []HelmAppCondition`json:"conditions"` | |
| DeployedRelease*HelmAppRelease`json:"deployedRelease,omitempty"` | |
| } |
The issue is existing inoperator-framework/helm-operator-plugins#473 --- happy to take both sides of the effort.