Skip to content

Commit

Permalink
Removed redundant DeploymentSpec definitions in JointInferenceService…
Browse files Browse the repository at this point in the history
…Spec
  • Loading branch information
SherlockShemol committed Oct 9, 2024
1 parent 3c5644d commit 318f6fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/apis/sedna/v1alpha1/jointinferenceservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package v1alpha1

import (
appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
Expand All @@ -41,7 +40,6 @@ type JointInferenceService struct {
type JointInferenceServiceSpec struct {
EdgeWorker EdgeWorker `json:"edgeWorker"`
CloudWorker CloudWorker `json:"cloudWorker"`
appsv1.DeploymentSpec `json:",inline"`
}

// EdgeWorker describes the data a edge worker should have
Expand Down

0 comments on commit 318f6fc

Please sign in to comment.