Removing Job from the supported workload metric kind

This commit is contained in:
Cody Jackson 2021-05-27 11:17:49 -07:00
parent 1c862ca42f
commit 0e29e416e8
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export const WORKLOAD_TYPE_TO_KIND_MAPPING = {
const METRICS_SUPPORTED_KINDS = [
WORKLOAD_TYPES.DAEMON_SET,
WORKLOAD_TYPES.JOB,
WORKLOAD_TYPES.REPLICA_SET,
WORKLOAD_TYPES.STATEFUL_SET
];