Skip to content

Commit

Permalink
Signed-off
Browse files Browse the repository at this point in the history
Signed-off-by: naveenthangaraj03 <tnaveen3402@gmail.com>
  • Loading branch information
naveenthangaraj03 committed Jun 26, 2024
1 parent 96eef73 commit af1858e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/analyzer/hpa.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (HpaAnalyzer) Analyze(a common.Analyzer) ([]common.Result, error) {
for _, hpa := range list.Items {
var failures []common.Failure


//check the error from status field
conditions := hpa.Status.Conditions
for _, condition := range conditions {
Expand Down

0 comments on commit af1858e

Please sign in to comment.