Skip to content

Moving Helm types out of internal package #6987

@mnaser

Description

@mnaser

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?

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions