Skip to content

Commit 1f5caa8

Browse files
committed
Rebase
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent 5ede07f commit 1f5caa8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/apps/v1alpha1/nimservice_types.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,6 @@ func (n *NIMService) GetNIMCacheProfile() string {
434434
return n.Spec.NIMCache.Profile
435435
}
436436

437-
// GetExternalPVC returns the external PVC name to use for the NIMService deployment
438-
func (n *NIMService) GetExternalPVC() *PersistentVolumeClaim {
439-
return &n.Spec.Storage.PVC
440-
}
441-
442437
// GetHPA returns the HPA spec for the NIMService deployment
443438
func (n *NIMService) GetHPA() HorizontalPodAutoscalerSpec {
444439
return n.Spec.Scale.HPA

0 commit comments

Comments
 (0)