We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2544873 commit 5085f82Copy full SHA for 5085f82
apis/database/v1alpha1/singleinstancedatabase_types.go
@@ -148,6 +148,8 @@ type SingleInstanceDatabaseStatus struct {
148
PdbConnectString string `json:"pdbConnectString,omitempty"`
149
ApexInstalled bool `json:"apexInstalled,omitempty"`
150
PrebuiltDB bool `json:"prebuiltDB,omitempty"`
151
+ // +kubebuilder:default:=false
152
+ IsTcpsEnabled bool `json:"isTcpsEnabled"`
153
154
// +patchMergeKey=type
155
// +patchStrategy=merge
0 commit comments