We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ede07f commit 1f5caa8Copy full SHA for 1f5caa8
api/apps/v1alpha1/nimservice_types.go
@@ -434,11 +434,6 @@ func (n *NIMService) GetNIMCacheProfile() string {
434
return n.Spec.NIMCache.Profile
435
}
436
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
-
442
// GetHPA returns the HPA spec for the NIMService deployment
443
func (n *NIMService) GetHPA() HorizontalPodAutoscalerSpec {
444
return n.Spec.Scale.HPA
0 commit comments