diff --git a/api/numaresourcesoperator/v1alpha1/numaresourcesoperator_types.go b/api/numaresourcesoperator/v1alpha1/numaresourcesoperator_types.go index 0f87b6949..9df015df3 100644 --- a/api/numaresourcesoperator/v1alpha1/numaresourcesoperator_types.go +++ b/api/numaresourcesoperator/v1alpha1/numaresourcesoperator_types.go @@ -133,6 +133,7 @@ type MachineConfigPool struct { //+kubebuilder:object:root=true //+kubebuilder:subresource:status //+kubebuilder:resource:shortName=numaresop,path=numaresourcesoperators,scope=Cluster +//+kubebuilder:deprecatedversion // NUMAResourcesOperator is the Schema for the numaresourcesoperators API // +operator-sdk:csv:customresourcedefinitions:displayName="NUMA Resources Operator",resources={{DaemonSet,v1,rte-daemonset,ConfigMap,v1,rte-configmap}} diff --git a/api/numaresourcesoperator/v1alpha1/numaresourcesscheduler_types.go b/api/numaresourcesoperator/v1alpha1/numaresourcesscheduler_types.go index b632c3bd2..a969ff1c1 100644 --- a/api/numaresourcesoperator/v1alpha1/numaresourcesscheduler_types.go +++ b/api/numaresourcesoperator/v1alpha1/numaresourcesscheduler_types.go @@ -59,6 +59,7 @@ type NUMAResourcesSchedulerStatus struct { //+kubebuilder:object:root=true //+kubebuilder:subresource:status //+kubebuilder:resource:shortName=numaressched,path=numaresourcesschedulers,scope=Cluster +//+kubebuilder:deprecatedversion // NUMAResourcesScheduler is the Schema for the numaresourcesschedulers API // +operator-sdk:csv:customresourcedefinitions:displayName="NUMA Aware Scheduler",resources={{Deployment,v1,secondary-scheduler-deployment}}