Skip to content

Commit 5085f82

Browse files
author
abhisbyk
committed
Intermediate commit-1
Signed-off-by: abhisbyk <[email protected]>
1 parent 2544873 commit 5085f82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apis/database/v1alpha1/singleinstancedatabase_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ type SingleInstanceDatabaseStatus struct {
148148
PdbConnectString string `json:"pdbConnectString,omitempty"`
149149
ApexInstalled bool `json:"apexInstalled,omitempty"`
150150
PrebuiltDB bool `json:"prebuiltDB,omitempty"`
151+
// +kubebuilder:default:=false
152+
IsTcpsEnabled bool `json:"isTcpsEnabled"`
151153

152154
// +patchMergeKey=type
153155
// +patchStrategy=merge

0 commit comments

Comments
 (0)