-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
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 the status fields that the reconciler expects?
operator-sdk/internal/helm/internal/types/types.go
Lines 77 to 80 in 69ee6d4
| type HelmAppStatus struct { | |
| Conditions []HelmAppCondition `json:"conditions"` | |
| DeployedRelease *HelmAppRelease `json:"deployedRelease,omitempty"` | |
| } |
The issue is existing in operator-framework/helm-operator-plugins#473 --- happy to take both sides of the effort.
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.