@@ -4002,12 +4002,47 @@ spec:
40024002 description : Type of OTK Database
40034003 type : string
40044004 type : object
4005- dmzGatewayReference :
4006- description : OTKPort is used in Single mode - sets the otk.
4007- type : string
4005+ dmzGateway :
4006+ description : DmzOTKGateway reference if type is internal
4007+ properties :
4008+ name :
4009+ description : |-
4010+ Name of the gateway
4011+ if managing otk gateways across namespaces this must...
4012+ type : string
4013+ namespace :
4014+ description : Namespace of the referenced gateway if managing
4015+ gateways cross namespace...
4016+ type : string
4017+ port :
4018+ description : Port of the target gateway
4019+ type : integer
4020+ url :
4021+ description : |-
4022+ Url of the target gateway
4023+ used for post-installation gateway policy...
4024+ type : string
4025+ type : object
40084026 enabled :
40094027 description : Enable or disable the OTK initContainer
40104028 type : boolean
4029+ fipsCertificates :
4030+ description : FipsCertificates is a list of certificate references
4031+ for FIPS user...
4032+ items :
4033+ properties :
4034+ enabled :
4035+ description : Enabled or disabled
4036+ type : boolean
4037+ name :
4038+ description : Name of the Secret or ConfigMap
4039+ type : string
4040+ type :
4041+ description : ' Type of the referenced resource: "secret"
4042+ or "configmap"'
4043+ type : string
4044+ type : object
4045+ type : array
40114046 initContainerImage :
40124047 description : InitContainerImage for the initContainer
40134048 type : string
@@ -4141,14 +4176,27 @@ spec:
41414176 type : string
41424177 type : object
41434178 type : object
4144- internalGatewayPort :
4145- description : InternalGatewayPort defaults to 9443 or graphmanDynamicSync
4146- port
4147- type : integer
4148- internalGatewayReference :
4149- description : InternalOtkGatewayReference to an Operator managed
4150- Gateway deployment that...
4151- type : string
4179+ internalGateway :
4180+ description : InternalOTKGateway reference if type is dmz
4181+ properties :
4182+ name :
4183+ description : |-
4184+ Name of the gateway
4185+ if managing otk gateways across namespaces this must...
4186+ type : string
4187+ namespace :
4188+ description : Namespace of the referenced gateway if managing
4189+ gateways cross namespace...
4190+ type : string
4191+ port :
4192+ description : Port of the target gateway
4193+ type : integer
4194+ url :
4195+ description : |-
4196+ Url of the target gateway
4197+ used for post-installation gateway policy...
4198+ type : string
4199+ type : object
41524200 maintenanceTasks :
41534201 description : MaintenanceTasks for the OTK database are disabled
41544202 by default
@@ -4157,6 +4205,10 @@ spec:
41574205 description : Enable or disable database maintenance tasks
41584206 type : boolean
41594207 type : object
4208+ manageCrossNamespace :
4209+ description : ManageCrossNamespace allows a cluster-wide layer7
4210+ operator to manage...
4211+ type : boolean
41604212 overrides :
41614213 description : Overrides default OTK install functionality
41624214 properties :
@@ -4191,10 +4243,6 @@ spec:
41914243 port :
41924244 description : OTKPort defaults to 8443
41934245 type : integer
4194- runtimeSyncIntervalSeconds :
4195- description : RuntimeSyncIntervalSeconds how often OTK Gateways
4196- should be updated in...
4197- type : integer
41984246 subSolutionKitNames :
41994247 description : A list of subSolutionKitNames - all,internal
42004248 or dmz cover the primary use...
@@ -6478,6 +6526,14 @@ spec:
64786526 items :
64796527 type : string
64806528 type : array
6529+ lastAppliedOtkFipsCerts :
6530+ additionalProperties :
6531+ items :
6532+ type : string
6533+ type : array
6534+ description : LastAppliedOtkFipsCerts tracks which OTK FIPS user certificates
6535+ have been...
6536+ type : object
64816537 managementPod :
64826538 description : Management Pod is a Gateway with a special annotation
64836539 is used as a...
0 commit comments