Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-4.17][manual] api: deprecate v1alpha1 #1047

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ spec:
storage: true
subresources:
status: {}
- name: v1alpha1
- deprecated: true
name: v1alpha1
schema:
openAPIV3Schema:
description: NUMAResourcesOperator is the Schema for the numaresourcesoperators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ spec:
storage: true
subresources:
status: {}
- name: v1alpha1
- deprecated: true
name: v1alpha1
schema:
openAPIV3Schema:
description: NUMAResourcesScheduler is the Schema for the numaresourcesschedulers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ spec:
storage: true
subresources:
status: {}
- name: v1alpha1
- deprecated: true
name: v1alpha1
schema:
openAPIV3Schema:
description: NUMAResourcesOperator is the Schema for the numaresourcesoperators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ spec:
storage: true
subresources:
status: {}
- name: v1alpha1
- deprecated: true
name: v1alpha1
schema:
openAPIV3Schema:
description: NUMAResourcesScheduler is the Schema for the numaresourcesschedulers
Expand Down