We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App CR currently defines an extensive list of statuses which are mentioned here: https://github.com/carvel-dev/kapp-controller/blob/3cb96a5ba384d4be2e580d9ca07c28ff9eee17f1/pkg/apis/kappctrl/v1alpha1/status.go#L28-L35.
Extension needs to translate these conditions into its status, similar to how it is done here:
operator-controller/internal/controllers/clusterextension_controller.go
Line 221 in d51d908
The text was updated successfully, but these errors were encountered:
ankitathomas
No branches or pull requests
App CR currently defines an extensive list of statuses which are mentioned here: https://github.com/carvel-dev/kapp-controller/blob/3cb96a5ba384d4be2e580d9ca07c28ff9eee17f1/pkg/apis/kappctrl/v1alpha1/status.go#L28-L35.
Extension needs to translate these conditions into its status, similar to how it is done here:
operator-controller/internal/controllers/clusterextension_controller.go
Line 221 in d51d908
The text was updated successfully, but these errors were encountered: