Skip to content

Commit

Permalink
Update apigroup to *.platform.opendatahub.io
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Dec 4, 2024
1 parent 75d6c70 commit 2fb10ae
Show file tree
Hide file tree
Showing 91 changed files with 375 additions and 390 deletions.
24 changes: 12 additions & 12 deletions PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -34,95 +34,95 @@ resources:
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: Dashboard
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: Workbenches
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: ModelMeshServing
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: DataSciencePipelines
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: Kserve
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: Kueue
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: CodeFlare
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: Ray
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: TrustyAI
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: ModelRegistry
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: components
kind: TrainingOperator
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/components/v1alpha1
version: v1alpha1
- api:
crdVersion: v1alpha1
controller: true
domain: opendatahub.io
domain: platform.opendatahub.io
group: services
kind: Monitoring
path: github.com/opendatahub-io/opendatahub-operator/v2/apis/services/v1alpha1
Expand Down
4 changes: 2 additions & 2 deletions apis/components/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

// Package v1 contains API Schema definitions for the components v1 API group
// +kubebuilder:object:generate=true
// +groupName=components.opendatahub.io
// +groupName=components.platform.opendatahub.io
package v1alpha1

import (
Expand All @@ -26,7 +26,7 @@ import (

var (
// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: "components.opendatahub.io", Version: "v1alpha1"}
GroupVersion = schema.GroupVersion{Group: "components.platform.opendatahub.io", Version: "v1alpha1"}

// SchemeBuilder is used to add go types to the GroupVersionKind scheme
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
Expand Down
2 changes: 1 addition & 1 deletion apis/datasciencecluster/v1/datasciencecluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Components struct {
Workbenches componentApi.DSCWorkbenches `json:"workbenches,omitempty"`

// ModelMeshServing component configuration.
ModelMeshServing componentsv1.DSCModelMeshServing `json:"modelmeshserving,omitempty"`
ModelMeshServing componentApi.DSCModelMeshServing `json:"modelmeshserving,omitempty"`

// DataServicePipeline component configuration.
// Require OpenShift Pipelines Operator to be installed before enable component
Expand Down
4 changes: 2 additions & 2 deletions apis/services/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

// Package v1 contains API Schema definitions for the services v1 API group
// +kubebuilder:object:generate=true
// +groupName=services.opendatahub.io
// +groupName=services.platform.opendatahub.io
package v1alpha1

import (
Expand All @@ -26,7 +26,7 @@ import (

var (
// GroupVersion is group version used to register these objects
GroupVersion = schema.GroupVersion{Group: "services.opendatahub.io", Version: "v1alpha1"}
GroupVersion = schema.GroupVersion{Group: "services.platform.opendatahub.io", Version: "v1alpha1"}

// SchemeBuilder is used to add go types to the GroupVersionKind scheme
SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_codeflares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: codeflares.components.opendatahub.io
name: codeflares.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: CodeFlare
listKind: CodeFlareList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: dashboards.components.opendatahub.io
name: dashboards.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: Dashboard
listKind: DashboardList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: datasciencepipelines.components.opendatahub.io
name: datasciencepipelines.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: DataSciencePipelines
listKind: DataSciencePipelinesList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_kserves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: kserves.components.opendatahub.io
name: kserves.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: Kserve
listKind: KserveList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_kueues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: kueues.components.opendatahub.io
name: kueues.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: Kueue
listKind: KueueList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: modelcontrollers.components.opendatahub.io
name: modelcontrollers.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: ModelController
listKind: ModelControllerList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: modelmeshservings.components.opendatahub.io
name: modelmeshservings.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: ModelMeshServing
listKind: ModelMeshServingList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: modelregistries.components.opendatahub.io
name: modelregistries.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: ModelRegistry
listKind: ModelRegistryList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_rays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: rays.components.opendatahub.io
name: rays.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: Ray
listKind: RayList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: trainingoperators.components.opendatahub.io
name: trainingoperators.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: TrainingOperator
listKind: TrainingOperatorList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_trustyais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: trustyais.components.opendatahub.io
name: trustyais.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: TrustyAI
listKind: TrustyAIList
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/components.opendatahub.io_workbenches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
creationTimestamp: null
name: workbenches.components.opendatahub.io
name: workbenches.components.platform.opendatahub.io
spec:
group: components.opendatahub.io
group: components.platform.opendatahub.io
names:
kind: Workbenches
listKind: WorkbenchesList
Expand Down
Loading

0 comments on commit 2fb10ae

Please sign in to comment.