Skip to content

Commit

Permalink
feat: monitor deployed versions for member operator (#366)
Browse files Browse the repository at this point in the history
* add new `RevisionCheck` subcomponent to member status
---------

Co-authored-by: Rajiv Senthilnathan <rajivnathan@gmail.com>
  • Loading branch information
mfrancisc and rajivnathan authored Jul 11, 2023
1 parent c91909d commit 544bb7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/v1alpha1/memberstatus_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ type MemberOperatorStatus struct {
// +listType=map
// +listMapKey=type
Conditions []Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type"`

// The status of the revision check for member operator's deployment
// +optional
RevisionCheck RevisionCheck `json:"revisionCheck"`
}

//+kubebuilder:object:root=true
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 544bb7e

Please sign in to comment.