Skip to content
Open
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
12 changes: 12 additions & 0 deletions docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,10 @@ _Appears in:_

RayCluster is the Schema for the RayClusters API

Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
compatibility only and is frozen at its December 2023 feature set. Use
ray.io/v1, the storage version, for all new and existing RayClusters.




Expand Down Expand Up @@ -985,6 +989,10 @@ _Appears in:_

RayJob is the Schema for the rayjobs API

Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
compatibility only and is frozen at its December 2023 feature set. Use
ray.io/v1, the storage version, for all new and existing RayJobs.




Expand Down Expand Up @@ -1033,6 +1041,10 @@ _Appears in:_

RayService is the Schema for the rayservices API

Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
compatibility only and is frozen at its December 2023 feature set. Use
ray.io/v1, the storage version, for all new and existing RayServices.




Expand Down
3 changes: 3 additions & 0 deletions helm-chart/kuberay-operator/crds/ray.io_rayclusters.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion helm-chart/kuberay-operator/crds/ray.io_rayjobs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion helm-chart/kuberay-operator/crds/ray.io_rayservices.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ray-operator/apis/ray/v1alpha1/raycluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,12 @@ const (
)

// RayCluster is the Schema for the RayClusters API
//
// Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
// compatibility only and is frozen at its December 2023 feature set. Use
// ray.io/v1, the storage version, for all new and existing RayClusters.
// +kubebuilder:object:root=true
// +kubebuilder:deprecatedversion:warning="ray.io/v1alpha1 RayCluster is deprecated; use ray.io/v1 RayCluster. v1alpha1 receives no new fields and will be removed in a future release."
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="desired workers",type=integer,JSONPath=".status.desiredWorkerReplicas",priority=0
Expand Down
5 changes: 5 additions & 0 deletions ray-operator/apis/ray/v1alpha1/rayjob_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,15 @@ type RayJobStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:deprecatedversion:warning="ray.io/v1alpha1 RayJob is deprecated; use ray.io/v1 RayJob. v1alpha1 receives no new fields and will be removed in a future release."
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
// +genclient
// RayJob is the Schema for the rayjobs API
//
// Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
// compatibility only and is frozen at its December 2023 feature set. Use
// ray.io/v1, the storage version, for all new and existing RayJobs.
type RayJob struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
5 changes: 5 additions & 0 deletions ray-operator/apis/ray/v1alpha1/rayservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,15 @@ type ServeDeploymentStatus struct {
}

// +kubebuilder:object:root=true
// +kubebuilder:deprecatedversion:warning="ray.io/v1alpha1 RayService is deprecated; use ray.io/v1 RayService. v1alpha1 receives no new fields and will be removed in a future release."
// +kubebuilder:resource:categories=all
// +kubebuilder:subresource:status
// +genclient
// RayService is the Schema for the rayservices API
//
// Deprecated: ray.io/v1alpha1 is deprecated. It is served for backward
// compatibility only and is frozen at its December 2023 feature set. Use
// ray.io/v1, the storage version, for all new and existing RayServices.
type RayService struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
3 changes: 3 additions & 0 deletions ray-operator/config/crd/bases/ray.io_rayclusters.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion ray-operator/config/crd/bases/ray.io_rayjobs.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion ray-operator/config/crd/bases/ray.io_rayservices.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading