Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla committed Aug 15, 2024
1 parent 5ede07f commit 1f5caa8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/apps/v1alpha1/nimservice_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,6 @@ func (n *NIMService) GetNIMCacheProfile() string {
return n.Spec.NIMCache.Profile
}

// GetExternalPVC returns the external PVC name to use for the NIMService deployment
func (n *NIMService) GetExternalPVC() *PersistentVolumeClaim {
return &n.Spec.Storage.PVC
}

// GetHPA returns the HPA spec for the NIMService deployment
func (n *NIMService) GetHPA() HorizontalPodAutoscalerSpec {
return n.Spec.Scale.HPA
Expand Down

0 comments on commit 1f5caa8

Please sign in to comment.