.spec.replicas accessor error: 3 is of the type int, expected string
Field expressions match for key spec.replicas failed
openebs.io/metac/controller/common/selector.(*Evaluation).isFieldMatch
Solution: Introduce MatchIntFields that caters to nested fields with int as their value.
Problem Statement: When
MatchFields
is applied against following resource, it results into error.This is the error:
Solution: Introduce
MatchIntFields
that caters to nested fields with int as their value.