File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ type DB2HadrSpec struct {
5858 // ServiceTemplates is an optional configuration for services used to expose database
5959 // +optional
6060 ServiceTemplates []NamedServiceTemplateSpec `json:"serviceTemplates,omitempty"`
61+
62+ // +optional
63+ db2Ref * kmapi.ObjectReference `json:"db2Ref,omitempty"`
6164}
6265
6366// DB2HadrStatus defines the observed state of DB2Hadr.
@@ -71,8 +74,7 @@ type DB2HadrStatus struct {
7174 ObservedGeneration int64 `json:"observedGeneration,omitempty"`
7275 // Conditions applied to the database, such as approval or denial.
7376 // +optional
74- Conditions []kmapi.Condition `json:"conditions,omitempty"`
75- db2Ref * kmapi.ObjectReference `json:"db2Ref,omitempty"`
77+ Conditions []kmapi.Condition `json:"conditions,omitempty"`
7678}
7779
7880// +kubebuilder:object:root=true
You can’t perform that action at this time.
0 commit comments