Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed May 23, 2024
1 parent 5724149 commit b8b0ef1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/apis/radixvalidators/validate_ra.go
Original file line number Diff line number Diff line change
Expand Up @@ -1293,13 +1293,6 @@ func hasNonResourceTypeTriggers(config *radixv1.RadixHorizontalScaling) bool {
return false
}

func getHorizontalScalingResourceAverageUtilization(resource *radixv1.RadixHorizontalScalingResource) *int32 {
if resource == nil {
return nil
}
return resource.AverageUtilization
}

func validateVolumeMountConfigForRA(app *radixv1.RadixApplication) error {
var errs []error
for _, component := range app.Spec.Components {
Expand Down

0 comments on commit b8b0ef1

Please sign in to comment.