File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,6 +403,15 @@ spec:
403403 WorkatoWebHookURL is used by the UI to push events to Marketo for analytics purposes.
404404 The webhook URL is unique per environment.
405405 type : string
406+ disabledIntegrations :
407+ description : |-
408+ DisabledIntegrations specifies the list of integrations that should be
409+ hidden/disabled in the UI. When nil or empty, all integrations are
410+ considered enabled. Only listed integrations are hidden.
411+ items :
412+ type : string
413+ type : array
414+ x-kubernetes-list-type : set
406415 type : object
407416 spaceConfig :
408417 description : Keeps parameters necessary for configuring Space
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/codeready-toolchain/host-operator
22
33require (
44 cloud.google.com/go/recaptchaenterprise/v2 v2.13.0
5- github.com/codeready-toolchain/api v0.0.0-20260305144020-4ff0e6b6e174
5+ github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6
66 github.com/codeready-toolchain/toolchain-common v0.0.0-20260305144813-52d9242e8c74
77 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
88 github.com/go-logr/logr v1.4.3
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJ
3737github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
3838github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 h1:6xNmx7iTtyBRev0+D/Tv1FZd4SCg8axKApyNyRsAt/w =
3939github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 /go.mod h1:KdCmV+x/BuvyMxRnYBlmVaq4OLiKW6iRQfvC62cvdkI =
40- github.com/codeready-toolchain/api v0.0.0-20260305144020-4ff0e6b6e174 h1:hed3ZyardxswS6yMB0ME9l3vEkO+pFouyk4dvIiAQOo =
41- github.com/codeready-toolchain/api v0.0.0-20260305144020-4ff0e6b6e174 /go.mod h1:PMg6kNHuCGNlu3MOdrCisqGkBpvzB0qS1+E6nrXxPAc =
40+ github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6 h1:d4DTT/6zhDFTN9rlCggsz/PLZGUCRccbSATcDmdTjzI =
41+ github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6 /go.mod h1:PMg6kNHuCGNlu3MOdrCisqGkBpvzB0qS1+E6nrXxPAc =
4242github.com/codeready-toolchain/toolchain-common v0.0.0-20260305144813-52d9242e8c74 h1:yxKX0m6Kk1AIWwaGpf25flTfTrYrEJ9TyLW5NEQSq0Y =
4343github.com/codeready-toolchain/toolchain-common v0.0.0-20260305144813-52d9242e8c74 /go.mod h1:NEnnq2R5GYoWdN0b0iaSdX7L1ndrzxl3ML0m7XLsSqk =
4444github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
You can’t perform that action at this time.
0 commit comments