Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

add version to status #26

Merged
merged 1 commit into from
Nov 30, 2018
Merged

add version to status #26

merged 1 commit into from
Nov 30, 2018

Conversation

pb82
Copy link
Contributor

@pb82 pb82 commented Nov 30, 2018

adds the gitea version to the status struct

@pb82 pb82 requested a review from maleck13 November 30, 2018 16:29
@@ -18,7 +18,8 @@ type GiteaSpec struct {
type GiteaStatus struct {
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
Phase int `json:"phase"`
Phase int `json:"phase"`
GiteaVersion string `json:"giteaVersion"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok to just name this Version to match the 3scale one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@pb82 pb82 merged commit 3b9a360 into master Nov 30, 2018
@pb82 pb82 deleted the add-version branch November 30, 2018 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants