chore: update dependencies to contain v1beta1 addondeploymentconfig api and sdk-go (#1315)

🤖 Generated with [Claude Code](https://claude.ai/code)

Signed-off-by: Qing Hao <qhao@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Qing Hao
2026-01-08 20:22:34 +08:00
committed by GitHub
parent 635b0ff7e9
commit 8e401c34a9
78 changed files with 2198 additions and 259 deletions

View File

@@ -406,6 +406,18 @@ spec:
- feature
type: object
type: array
importerConfiguration:
description: ImporterConfiguration represents the configuration
of the cluster importer
properties:
renderers:
description: |-
renderers specifies which import renderers to use.
Valid values are: "render-auto", "render-from-config-secret"
items:
type: string
type: array
type: object
registrationDrivers:
description: |-
RegistrationDrivers represent the list of hub registration drivers that contain information used by hub to initialize the hub cluster
@@ -850,6 +862,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.

View File

@@ -406,6 +406,18 @@ spec:
- feature
type: object
type: array
importerConfiguration:
description: ImporterConfiguration represents the configuration
of the cluster importer
properties:
renderers:
description: |-
renderers specifies which import renderers to use.
Valid values are: "render-auto", "render-from-config-secret"
items:
type: string
type: array
type: object
registrationDrivers:
description: |-
RegistrationDrivers represent the list of hub registration drivers that contain information used by hub to initialize the hub cluster
@@ -850,6 +862,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.

View File

@@ -59,7 +59,7 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2025-12-17T06:07:52Z"
createdAt: "2026-01-08T08:09:25Z"
description: Manages the installation and upgrade of the ClusterManager.
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

View File

@@ -406,6 +406,18 @@ spec:
- feature
type: object
type: array
importerConfiguration:
description: ImporterConfiguration represents the configuration
of the cluster importer
properties:
renderers:
description: |-
renderers specifies which import renderers to use.
Valid values are: "render-auto", "render-from-config-secret"
items:
type: string
type: array
type: object
registrationDrivers:
description: |-
RegistrationDrivers represent the list of hub registration drivers that contain information used by hub to initialize the hub cluster
@@ -850,6 +862,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.

View File

@@ -591,6 +591,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.

View File

@@ -591,6 +591,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.

View File

@@ -31,7 +31,7 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2025-12-17T06:07:53Z"
createdAt: "2026-01-08T08:09:25Z"
description: Manages the installation and upgrade of the Klusterlet.
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

View File

@@ -591,6 +591,9 @@ spec:
- type
type: object
type: array
x-kubernetes-list-map-keys:
- type
x-kubernetes-list-type: map
generations:
description: Generations are used to determine when an item needs
to be reconciled or has changed in a way that needs a reaction.