4b6d41737a
* chore: Fix minor test description typo Signed-off-by: Adam Harvey <aharvey00@gmail.com> * fix(kubernetes): Typo attributes Signed-off-by: Adam Harvey <aharvey00@gmail.com> * fix(kubernetes): Fix typo in error detection attribute Signed-off-by: Adam Harvey <aharvey00@gmail.com> * fix(kubernetes): Update report with fixed attribute typos Signed-off-by: Adam Harvey <aharvey00@gmail.com> * chore(kubernetes): Add changeset Signed-off-by: Adam Harvey <aharvey00@gmail.com> --------- Signed-off-by: Adam Harvey <aharvey00@gmail.com>
423 B
423 B
@backstage/plugin-kubernetes
| @backstage/plugin-kubernetes |
|---|
| minor |
BREAKING: Fixed typos in exported module attributes. Many users may see no changes, but if you have customized the plugin output, you may have to rename the following:
- Component attribute:
<ResourceUtilization totalFormated={} />to<ResourceUtilization totalFormatted={} /> - Interface attribute:
DetectedError.occuranceCounttoDetectedError.occurrenceCount.