File tree 4 files changed +28
-0
lines changed
4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -577,6 +577,13 @@ spec:
577
577
nullable : true
578
578
type : object
579
579
x-kubernetes-preserve-unknown-fields : true
580
+ connectionStringSecretAnnotations :
581
+ additionalProperties :
582
+ type : string
583
+ description : ConnectionStringSecretAnnotations is the annotations
584
+ of the secret object created by the operator which exposes
585
+ the connection strings for the user.
586
+ type : object
580
587
connectionStringSecretName :
581
588
description : |-
582
589
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.
Original file line number Diff line number Diff line change @@ -577,6 +577,13 @@ spec:
577
577
nullable : true
578
578
type : object
579
579
x-kubernetes-preserve-unknown-fields : true
580
+ connectionStringSecretAnnotations :
581
+ additionalProperties :
582
+ type : string
583
+ description : ConnectionStringSecretAnnotations is the annotations
584
+ of the secret object created by the operator which exposes
585
+ the connection strings for the user.
586
+ type : object
580
587
connectionStringSecretName :
581
588
description : |-
582
589
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.
Original file line number Diff line number Diff line change @@ -7341,6 +7341,13 @@ spec:
7341
7341
nullable : true
7342
7342
type : object
7343
7343
x-kubernetes-preserve-unknown-fields : true
7344
+ connectionStringSecretAnnotations :
7345
+ additionalProperties :
7346
+ type : string
7347
+ description : ConnectionStringSecretAnnotations is the annotations
7348
+ of the secret object created by the operator which exposes
7349
+ the connection strings for the user.
7350
+ type : object
7344
7351
connectionStringSecretName :
7345
7352
description : |-
7346
7353
ConnectionStringSecretName is the name of the secret object created by the operator which exposes the connection strings for the user.
You can’t perform that action at this time.
0 commit comments