Skip to content

Commit 3985475

Browse files
authored
Merge branch 'master' into SANDBOX-1769-docs-feature-enabled-integrations-ho
2 parents ea12b71 + 21ddcf7 commit 3985475

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/codeready-toolchain/host-operator
22

33
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJ
3737
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
3838
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 h1:6xNmx7iTtyBRev0+D/Tv1FZd4SCg8axKApyNyRsAt/w=
3939
github.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=
4242
github.com/codeready-toolchain/toolchain-common v0.0.0-20260305144813-52d9242e8c74 h1:yxKX0m6Kk1AIWwaGpf25flTfTrYrEJ9TyLW5NEQSq0Y=
4343
github.com/codeready-toolchain/toolchain-common v0.0.0-20260305144813-52d9242e8c74/go.mod h1:NEnnq2R5GYoWdN0b0iaSdX7L1ndrzxl3ML0m7XLsSqk=
4444
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

0 commit comments

Comments
 (0)